diff options
author | mekolat <mekolat@users.noreply.github.com> | 2015-05-01 13:44:27 -0400 |
---|---|---|
committer | mekolat <mekolat@users.noreply.github.com> | 2015-05-12 07:02:36 -0400 |
commit | e0834f290b1225bc3090e3d43f18ec1047868cf9 (patch) | |
tree | 50ae683a16c36f6e85a33e69eb8bb283697bf2fc /world/map/npc/functions/gm_island.txt | |
parent | da0f4578b83cc2f9df249dc1bb5bb33d720cb7a8 (diff) | |
download | serverdata-e0834f290b1225bc3090e3d43f18ec1047868cf9.tar.gz serverdata-e0834f290b1225bc3090e3d43f18ec1047868cf9.tar.bz2 serverdata-e0834f290b1225bc3090e3d43f18ec1047868cf9.tar.xz serverdata-e0834f290b1225bc3090e3d43f18ec1047868cf9.zip |
revamp the GM lounge
Diffstat (limited to 'world/map/npc/functions/gm_island.txt')
-rw-r--r-- | world/map/npc/functions/gm_island.txt | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/world/map/npc/functions/gm_island.txt b/world/map/npc/functions/gm_island.txt index 94c745a7..89c0790a 100644 --- a/world/map/npc/functions/gm_island.txt +++ b/world/map/npc/functions/gm_island.txt @@ -16,11 +16,6 @@ function|script|GmWarp } function|script|GmDebug { - if (getgmlevel() < 60) - goto L_Return; - goto L_Main; - -L_Main: mes "[Gm Debug]"; mes "What do you want to do?"; menu @@ -31,22 +26,14 @@ L_GmStart: enablenpc "Gm Event#1"; enablenpc "Gm Event#2"; enablenpc "Gm Event#3"; - goto L_Return; + return; L_GmStop: disablenpc "Gm Event#1"; disablenpc "Gm Event#2"; disablenpc "Gm Event#3"; - goto L_Return; - -L_Return: return; } -017-9,32,21,0|script|Gm Event Debug|368 -{ - callfunc "GmDebug"; - close; -} 001-1,49,68,0|script|Gm Event#1|368,0,0 { callfunc "GmWarp"; |