OK, after re-reading Snypir's MP tute for the umpteenth time I noticed :
snYpir's MP editing rule 3: Message functions (such as SideRadio, GlobalChat etc) must be explicitly called on every computer, not just the server.
I had just moved a sidechat into a server script because I wanted to use 2 if/then statements.
So does that mean the sidechats would not show up on the client computers?
:-\
?!(local server) : exit
"AR" SetMarkerType "EMPTY"
? !DUGdone : papabear sideChat "LOOKS LIKE ....blah,blah"
? DUGdone : papabear sideChat "LOOKS LIKE ...blah,blah"
ATdone=true
If that is the case, would the On Activation line of the trigger allow me to put the lines in sequence:
Trigger's ON ACTIVATION:
? !DUGdone : papabear sideChat "LOOKS LIKE ....blah,blah"; ? DUGdone : papabear sideChat "LOOKS LIKE ...blah,blah'cuz I've never used the
? : statements outside of a script. :-X
Also, if I wanted to keep the sidechats in this server script, is there a way to do it and get them broadcast properly?
Thanks.