RN1986 Posted August 27, 2012 Group: Members Topic Count: 153 Topics Per Day: 0.03 Content Count: 439 Reputation: 2 Joined: 05/04/12 Last Seen: June 10, 2013 Share Posted August 27, 2012 how to make a menu that will hide npc? and unhide ? it for example the npc in prtg caso1 NPC: ahvray only gm level 99 Quote Link to comment Share on other sites More sharing options...
Emistry Posted August 27, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2372 Joined: 10/28/11 Last Seen: Thursday at 04:32 PM Share Posted August 27, 2012 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; } Quote Link to comment Share on other sites More sharing options...
RN1986 Posted August 27, 2012 Group: Members Topic Count: 153 Topics Per Day: 0.03 Content Count: 439 Reputation: 2 Joined: 05/04/12 Last Seen: June 10, 2013 Author Share Posted August 27, 2012 (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 August 27, 2012 by RN1986 Quote Link to comment Share on other sites More sharing options...
Question
RN1986
how to make a menu that will hide npc? and unhide ?
it for example the npc in prtg caso1
NPC: ahvray
only gm level 99
Link to comment
Share on other sites
2 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.