diff options
author | Wushin <pasekei@gmail.com> | 2015-05-17 12:24:35 -0500 |
---|---|---|
committer | Wushin <pasekei@gmail.com> | 2015-05-17 12:24:35 -0500 |
commit | e2bd1bddf95056c892a489db1db05b460a1517bf (patch) | |
tree | 4da41044cb709cc8454ae0ee75cf793aff7c34d0 /world/map/npc/functions/gm_island.txt | |
parent | 634f721b87da570f54c6b4cb330a655c93f8ca3b (diff) | |
parent | 5a2da4becdc11df9e6400218ed2a449611ad85af (diff) | |
download | serverdata-e2bd1bddf95056c892a489db1db05b460a1517bf.tar.gz serverdata-e2bd1bddf95056c892a489db1db05b460a1517bf.tar.bz2 serverdata-e2bd1bddf95056c892a489db1db05b460a1517bf.tar.xz serverdata-e2bd1bddf95056c892a489db1db05b460a1517bf.zip |
Merge pull request #360 from mekolat/debugroom
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"; |