
12-07-2003, 07:45 AM
|
|
Registered User
|
Join Date: Dec 2003
Location: New York
Posts: 52
|
|
|
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 |
|
|
|