prontera,158,181,4 script QuestTest2 484,{ if(getgmlevel() < 99 ) { mes "You cannot use this NPC"; close; } else if(getgmlevel() == 99) mes .npcname$; mes "You can use this npc, would you like to?"; if(select("Yes:No") == 2 ) { close; } else next; mes .npcname$; mes "All I can do is warp you is that Okay?"; if(select("Yes:No") == 2) { close; } else warp "amatsu",198,84; end; OnInit: .npcname$ = "[QuestTest2]"; }