diff options
author | Ben Longbons <b.r.longbons@gmail.com> | 2014-04-02 11:06:32 -0700 |
---|---|---|
committer | Ben Longbons <b.r.longbons@gmail.com> | 2014-04-02 22:21:29 -0700 |
commit | c0ba38cd4b68491e28e467889804ebc09c9c002e (patch) | |
tree | af2890e6fe20990d2a9b7c94b991be58f25a5d52 /world/map/npc/026-1/munro.txt | |
parent | 514a2f05cb335c1e9210fea58bc9a9a58478283f (diff) | |
download | serverdata-c0ba38cd4b68491e28e467889804ebc09c9c002e.tar.gz serverdata-c0ba38cd4b68491e28e467889804ebc09c9c002e.tar.bz2 serverdata-c0ba38cd4b68491e28e467889804ebc09c9c002e.tar.xz serverdata-c0ba38cd4b68491e28e467889804ebc09c9c002e.zip |
Clean up main scripts
Diffstat (limited to 'world/map/npc/026-1/munro.txt')
-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; |