From c0ba38cd4b68491e28e467889804ebc09c9c002e Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Wed, 2 Apr 2014 11:06:32 -0700 Subject: Clean up main scripts --- world/map/npc/026-1/munro.txt | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'world/map/npc/026-1') diff --git a/world/map/npc/026-1/munro.txt b/world/map/npc/026-1/munro.txt index 38909113..02fdccb6 100644 --- a/world/map/npc/026-1/munro.txt +++ b/world/map/npc/026-1/munro.txt @@ -10,7 +10,9 @@ mes "\"Hey dude, what's that on your face? It's creeping me out!\""; menu "There is nothing on my face..", L_Nothing, - "What, This skin?",-; + "What, This skin?",L_ThisSkin; + +L_ThisSkin: mes "[Munro]"; mes "\"Skin? Whoh far-out man.. This must be that weirdo place my brother Parua told me about..\""; next; @@ -27,7 +29,6 @@ next; mes "[Munro]"; mes "\"I have a lot of these man.. a LOT. Take all you want man.. Just remember they only work when I'm around to power them. Freaky-deaky skull power you know?\""; - close; goto L_Exit; L_Nothing: @@ -68,6 +69,7 @@ L_enablemunro: L_disablemunro: disablenpc "Munro"; + goto L_End; L_End: setnpctimer 0; @@ -84,6 +86,7 @@ function|script|CheckMunro|, goto L_Return; callfunc "UnequipLater"; + goto L_Return; L_Return: return; -- cgit v1.2.3-60-g2f50