What ways of sending information from the server to clients are there with AngelScript? I need to synchronize team ownership and capture progress of control points for a custom gamemode, and I'm currently using the /trigger command to transfer booleans to all clients, but switching those creates unavoidable "Trigger X has been ENABLED" messages, and I cannot send integer values that way.
I looked through all examples and several levels that use AngelScript, but most multiplayer scripts seem to have primarily local effects.
Are there any other values that JJ2+ currently synchronizes (preferrably without side effects) that I'm missing here?
|