diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-15 22:09:30 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-15 22:09:30 -0300 |
commit | 07237b82feb2b70ebdf8cad77967e1ce439a9ddb (patch) | |
tree | 53f9dc5a82604af8d8e58793012c02a05cff2546 /npc/012-1/guards.txt | |
parent | be65a8c92223c8ae4828536d4dc40005774e1dba (diff) | |
download | serverdata-07237b82feb2b70ebdf8cad77967e1ce439a9ddb.tar.gz serverdata-07237b82feb2b70ebdf8cad77967e1ce439a9ddb.tar.bz2 serverdata-07237b82feb2b70ebdf8cad77967e1ce439a9ddb.tar.xz serverdata-07237b82feb2b70ebdf8cad77967e1ce439a9ddb.zip |
Remove debugs
Diffstat (limited to 'npc/012-1/guards.txt')
-rw-r--r-- | npc/012-1/guards.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/012-1/guards.txt b/npc/012-1/guards.txt index 517a7b9df..15b4ca41a 100644 --- a/npc/012-1/guards.txt +++ b/npc/012-1/guards.txt @@ -291,12 +291,12 @@ OnInit: end; OnEnterBG: - debugmes l("OnEnterBG"); + debugmes "OnEnterBG"; $@FK_Team1 = waitingroom2bg("012-1",141, 65,"start#hurns_lib::OnPlayerQuit","start#hurns_lib::OnPlayerDeath"); end; OnDoEvent: - debugmes l("OnDoEvent"); + debugmes "OnDoEvent"; mapannounce("012-1", "Find and slay the Monster Admiral! Don't let everyone die!", bc_map); .@Pl=getmapusers("012-1"); @@ -479,7 +479,7 @@ OnReadyCheck: end; donpcevent "Hurnsguard::OnEnterBG"; donpcevent "Hurnsguard::OnDoEvent"; - debugmes l("Prepare Warp"); + debugmes "Prepare Warp"; bg_warp $@FK_Team1,"012-1",141, 65; changemusic "012-1", "misuse.ogg"; //initnpctimer; |