Jump to content
  • 0

When pass through / near the NPC, show cutin


Question

Posted (edited)

I need a script sample for:

When pass through / near the NPC, show cutin / illust

or can be an area cell while passing :D

thank's before :)

Edited by DJFUNK

4 answers to this question

Recommended Posts

Posted

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;
}

Posted

thank's :D

I need another NPC code except 910. for the Invisible NPC

because I set OnTouch in it :)

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...