I tried to make NPC with OnTouch function.. But.. Currently its working with normal talk (click).. Not when we come near, it auto run the script.. I tried compare with poring war script and many more but still not work Ontouch.. May I know which part I do wrong?
Thank you..
prontera,150,150,5 script Guard 966,{
OnTouch:
mes "[Guard]";
mes "Halt!! This area is off limit!!";
close;
}
Hi,
I tried to make NPC with OnTouch function.. But.. Currently its working with normal talk (click).. Not when we come near, it auto run the script.. I tried compare with poring war script and many more but still not work Ontouch.. May I know which part I do wrong?
Thank you..
prontera,150,150,5 script Guard 966,{ OnTouch: mes "[Guard]"; mes "Halt!! This area is off limit!!"; close; }
Edited by rakuzasLink to comment
Share on other sites