DJFUNK Posted January 5, 2013 Posted January 5, 2013 (edited) I need a script sample for: When pass through / near the NPC, show cutin / illust or can be an area cell while passing thank's before Edited January 13, 2013 by DJFUNK Quote
Brian Posted January 5, 2013 Posted January 5, 2013 You can set an OnTouch area in the NPC header. 5,5, in this example (line 1): prontera,155,188,0 script walk_near_me 910,5,5,{ // do nothing when clicked end; OnTouch: cutin "kafra_7",2; sleep2 3000; cutin "",255; end; } Quote
DJFUNK Posted January 6, 2013 Author Posted January 6, 2013 thank's I need another NPC code except 910. for the Invisible NPC because I set OnTouch in it Quote
Question
DJFUNK
I need a script sample for:
When pass through / near the NPC, show cutin / illust
or can be an area cell while passing
thank's before
Edited by DJFUNK4 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.