diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-04-07 23:05:53 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-04-07 23:05:53 -0300 |
commit | 79ca4d5a0151fb730bc054c4c797bd2841e9fe1e (patch) | |
tree | a1971431779ba5a9f19bedb3504457b220f34ee5 /npc/003-10/arnea.txt | |
parent | a42b1fc15f555a68ca18be2488fd4bee2e2cfb14 (diff) | |
download | serverdata-79ca4d5a0151fb730bc054c4c797bd2841e9fe1e.tar.gz serverdata-79ca4d5a0151fb730bc054c4c797bd2841e9fe1e.tar.bz2 serverdata-79ca4d5a0151fb730bc054c4c797bd2841e9fe1e.tar.xz serverdata-79ca4d5a0151fb730bc054c4c797bd2841e9fe1e.zip |
Fix me!
Diffstat (limited to 'npc/003-10/arnea.txt')
-rw-r--r-- | npc/003-10/arnea.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/npc/003-10/arnea.txt b/npc/003-10/arnea.txt index 47b56f0a9..72fa79ea5 100644 --- a/npc/003-10/arnea.txt +++ b/npc/003-10/arnea.txt @@ -15,7 +15,7 @@ L_Menu: mesn; mesq l("Welcome to the Arena. Select your action"); menu - l("Create new arena"), L_NewArena, + //l("Create new arena"), L_NewArena, l("Join existing arena"), L_JoinArena, rif(is_staff(), l("Debug Information")), L_Debug, l("Information"), L_Info, @@ -73,6 +73,8 @@ L_NewArena: L_JoinArena: + warp "003-13", 31, 31; + close; mes ""; mesn; mesq l("Okay, to join an arena, you need the unique password. Leave blank if you don't know."); |