Ok, after thinking I had all my scripts running great, I re-read the MP tute and saw I might have a problem with sidechats that occur in Server-only run scripts.
I haven't been able to test it on another server yet, so I wondered if another solution might be to use HINT instead??
The sidechat is used either during a patrol script or a delete script to signal that another group has been eliminated.
Does anyone know the client/server deal with
HINT?
Script Example:
? !(local server): exit
hint "blah, blah blah"instead of:
papabear sidechat "blah, blah blah"It would solve a lot of problems I'm having trying to keep scripts from running on client PC's, but still wanting all to see the messages. :-X