diff options
Diffstat (limited to 'world/map/npc/026-1')
-rw-r--r-- | world/map/npc/026-1/munro.txt | 7 |
1 files changed, 5 insertions, 2 deletions
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; |