View Single Post
  #8  
Old 12-07-2003, 07:45 AM
KuJiGX KuJiGX is offline
Registered User
Join Date: Dec 2003
Location: New York
Posts: 52
KuJiGX is on a distinguished road
Send a message via AIM to KuJiGX
well if you trigger it on its x + y then its sending to its own NPC i believe. One of my scripts are like that.
Grab npc and it sends a script to the join npc.
if (created) join pwnt;
if (actiongrab) triggeraction x,y,test,pwnt;


then in join class:
if (actiontest) message #p(0); or something
__________________
-KuJi
Reply With Quote