The compulsory: Sorry for being a noob, and asking things that propably have already been asked a million times, but none the less could not be found with the search function.
I read the sticky on the top and it really was helpfull, but it also left me puzzled. How exactly should I communicate a games state among the clients? Say I camcreate or setradiomessage something on one client, and want it to appear on the others as well. What's the smartest way to do this? Handling it all through variables (communicated with publicVariable) that would then set off triggers seems a bit cumbersome (but would work?).