droscoe Posted June 27, 2016 I'm having an issue with a very simple script. I am using a lindef to execute the script when it is crossed. Two problems. One, if both "When Player walks over" AND "When monster walks over" is selected, it will not execute if I, or a monster walks over it. If only "When monster walks over" is selected, it STILL does not execute if a monster walks over it. If a friendly marine walks over it, it doesn't execute. Only when I, the player, walk over it does it execute. What's going on here? Thanks for your time. ------------------------------------------- #include "zcommon.acs" script 1 (void) { Print(s:"Power Restored to Communications Satellite"); } Linedef - Action 80 Script Execute Script Number : Script 1 Map Number : 0 Arg1: 0 Arg2: 0 Arg3: 0 X Doublesided X When player walks over X When monster walks over 0 Share this post Link to post
Shotgun Guy Posted June 27, 2016 The Print message will only display to the activator of the script. Use PrintBold instead to display the message to all players. Hope that helps. 0 Share this post Link to post