diff options
Diffstat (limited to 'npc/000-1')
-rw-r--r-- | npc/000-1/exit.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/000-1/exit.txt b/npc/000-1/exit.txt index e006a21ab..0b1bd85b5 100644 --- a/npc/000-1/exit.txt +++ b/npc/000-1/exit.txt @@ -34,9 +34,9 @@ OnInit: setarray .LOCMASTER_X, 34, 40, 26, 86, 119, 111, 56, 94; setarray .LOCMASTER_Y, 101, 49, 30, 69, 87, 53, 62, 42; - debugmes "Locmaster: Index 0: %s [%s.gat (%d, %d)]", .LOCMASTER_LOC$[0], .LOCMASTER_MAP$[0], .LOCMASTER_X[0], .LOCMASTER_Y[0]; - debugmes "Locmaster: Index 2: %s [%s.gat (%d, %d)]", .LOCMASTER_LOC$[2], .LOCMASTER_MAP$[2], .LOCMASTER_X[2], .LOCMASTER_Y[2]; - debugmes "Locmaster: Index 5: %s [%s.gat (%d, %d)]", .LOCMASTER_LOC$[5], .LOCMASTER_MAP$[5], .LOCMASTER_X[5], .LOCMASTER_Y[5]; + //debugmes "Locmaster: Index 0: %s [%s.gat (%d, %d)]", .LOCMASTER_LOC$[0], .LOCMASTER_MAP$[0], .LOCMASTER_X[0], .LOCMASTER_Y[0]; + //debugmes "Locmaster: Index 2: %s [%s.gat (%d, %d)]", .LOCMASTER_LOC$[2], .LOCMASTER_MAP$[2], .LOCMASTER_X[2], .LOCMASTER_Y[2]; + //debugmes "Locmaster: Index 5: %s [%s.gat (%d, %d)]", .LOCMASTER_LOC$[5], .LOCMASTER_MAP$[5], .LOCMASTER_X[5], .LOCMASTER_Y[5]; end; } |