View Single Post
  #25  
Old 10-31-2005, 03:18 AM
Lance Lance is offline
dark overlord
Lance's Avatar
Join Date: Sep 2003
Location: Space Jam Mountain
Posts: 5,072
Lance is on a distinguished road
Quote:
Originally Posted by excaliber7388
this is not a weapon this is the current script, it does not warp the player
Then, as I said, you should not use special reserved triggeractions. Actions taking the name "server*" are received by the Control-NPC (except for actions taking the name "serverside", which are received by the weapon you specify as the next parameter).

If you insist on keeping a triggeraction, name the action something else. Perhaps 'warp' would do; then you would check it with if (actionwarp). Also, as Skyld said, you would need a serverside setshape for it to receive the action.
Reply With Quote