diff options
Diffstat (limited to 'npc/012-8/doorbell.txt')
-rw-r--r-- | npc/012-8/doorbell.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/012-8/doorbell.txt b/npc/012-8/doorbell.txt index 9c0ac250e..209bb9fad 100644 --- a/npc/012-8/doorbell.txt +++ b/npc/012-8/doorbell.txt @@ -286,7 +286,7 @@ OnInit: create_object("Painting 06" , 6, 3000, 32, 36, 20, 36, 20); // Load Mobilia already existing - debugmes "[REAL ESTATE] Now loading mobilia"; + //debugmes "[REAL ESTATE] Now loading mobilia"; for (.@i=0; .@i < getarraysize(.layer); .@i++) { switch (.layer[.@i]) { case 1: @@ -319,7 +319,7 @@ OnInit: break; } } - debugmes "Found %d valid objects", getarraysize(.valid_ids); + //debugmes "Found %d valid objects", getarraysize(.valid_ids); for (.@j=0; .@j < getarraysize(.valid_ids); .@j++) { .@id=.valid_ids[.@j]; setcells .mapa$, .x1[.@id], .y1[.@id], .x2[.@id], .y2[.@id], .layer[.@id], realestate_cellname(.id, .@id); |