diff options
Diffstat (limited to 'npc/003-1/neko.txt')
-rw-r--r-- | npc/003-1/neko.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/npc/003-1/neko.txt b/npc/003-1/neko.txt index 6742a8391..e85277990 100644 --- a/npc/003-1/neko.txt +++ b/npc/003-1/neko.txt @@ -1,10 +1,19 @@ +// TMW-2 Script // Author: // Saulc +// Description: +// Another shopkeeper 003-1,103,106,0 script Neko NPC_PLAYER,{ +if (getgmlevel()) goto L_Debug; hello; +L_Debug: + if (MPQUEST < 1) mes "Not on MPQUEST"; + mes l("You have: @@ Mob Points", str(Mobpt)); + close; + OnInit: .@npcId = getnpcid(0, "Neko"); //setunitdata(.@npcId, UDT_HEADTOP, 2936); |