From 7f43c9f1faf4d8c8272cfca17a25308a505825c3 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 16 Dec 2018 00:09:10 -0200 Subject: Hm. --- npc/functions/instances.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/npc/functions/instances.txt b/npc/functions/instances.txt index 23f63b130..57fe50be8 100644 --- a/npc/functions/instances.txt +++ b/npc/functions/instances.txt @@ -12,8 +12,9 @@ OnRestart: /* Nard's Ship */ // Candor Instance (we do all tests for debugmes here) .CANDOR_INSTID = instance_create("002-1@CandorInst", 0, IOT_NONE); - if (.CANDOR_INSTID < 0) debugmes "Error: No instance ID"; - else { + if (.CANDOR_INSTID < 0) { + debugmes "Error: No instance ID"; + } else { debugmes "created new instance id: " + str(.CANDOR_INSTID); .CANDOR1$=instance_attachmap("002-1", .CANDOR_INSTID, 0, "002-1@Candor"); if (.CANDOR1$ == "") debugmes "Error: Map 002-1 CANDY failed"; -- cgit v1.2.3-60-g2f50