by HotWax » Wed Nov 19, 2003 11:56 am
mivlad wrote:It seems that enter scripts are ran by the first player only in multiplayer... In real multiplayer I mean, not in a bot game. I hope this is a bug and not a design concept

Enter scripts should be run by each player as they enter the game, using the entering player as the activator. If you've made a script that prints out a message whenever someone uses it, make sure it sends to everyone, not just the activator, or you won't know it's happening (except for yourself). If that's not the problem and the enter scripts really aren't firing off, then it sounds like a bug.
[quote="mivlad"]It seems that enter scripts are ran by the first player only in multiplayer... In real multiplayer I mean, not in a bot game. I hope this is a bug and not a design concept :)[/quote]
Enter scripts should be run by each player as they enter the game, using the entering player as the activator. If you've made a script that prints out a message whenever someone uses it, make sure it sends to everyone, not just the activator, or you won't know it's happening (except for yourself). If that's not the problem and the enter scripts really aren't firing off, then it sounds like a bug.