If a trigger is activated on one client, or just the dedicated server, it is automatically activated on all machines? I think the answer is yes but I'm not 100%.
I've used a boolean variable to activate a trigger from an eventhandler, so that the event is detected on all machines. Do I need to publicVariable the boolean variable, or will it not matter because a trigger activated on one machine, be it client or server, will be automatically activated on all machines, be they clients or server?