Jump to content
  • 0

anyone know how to make npc hide?


Question

2 answers to this question

Recommended Posts

Posted

like this ?

prontera,155,181,5 script Sample 757,{
select( ( .Hide )?"UnHide":"Hide" );
set .Hide,( .Hide )?0:1;
if( .Hide ){
hideonnpc "NPCNAME";
}else{
hideoffnpc "NPCNAME";
}
close;
}

Posted (edited)

example

prontera,155,181,5 script Sample 757,{
select( ( .Hide )?"UnHide":"Hide" );
set .Hide,( .Hide )?0:1;
if( .Hide ){
hideonnpc "Hokage Hat Quest";
}else{
hideoffnpc "Hokage Hat Quest";
}
close;

//------------------------------------------------------------------------------------------------------------------------------------/////

prontera,175,143,4 script Hokage Hat Quest 845,{ // ==Change coords, Name of NPC and Sprite==
set .@npc$,"[Mixis]"; // ==Change to name of npc==
mes .@npc$; // ==You can change the dialouge if you want==
mes "Do you want a Hokage hat?";
mes "This may help your journey....";
mes "then.";
mes "You must get the required items";
next;
menu "Hokage Hat",l_wbw,"No Thanks!",l_nothanks;

Edited by RN1986

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...