From 79f82bff9ea69134ba5a4e5fa5d211b909ce1dbb Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 17 Jun 2019 17:13:44 -0300 Subject: Move 001-7 logic parts to 001-7/ folder --- npc/023-3/logic.txt | 21 --------------------- 1 file changed, 21 deletions(-) (limited to 'npc/023-3/logic.txt') diff --git a/npc/023-3/logic.txt b/npc/023-3/logic.txt index f3410d5ea..30efbf3a0 100644 --- a/npc/023-3/logic.txt +++ b/npc/023-3/logic.txt @@ -46,27 +46,6 @@ OnTouch: end; } -001-7,91,89,0 script #Init0233 NPC_HIDDEN,0,0,{ - end; - -OnTouch: - .@q=getq(General_Narrator); - .@q2=getq2(General_Narrator); - // Cheater Detected - if (.@q < 13) { - warp "Save", 0, 0; - percentheal -100, -100; - return false; - } - if (.@q == 15) { - dispbottom lg("I'm not a coward! I must press forward!"); - end; - } - .@mapn$="023-3"; - warp .@mapn$, 48, 23; - end; -} - // A simple random treasure chest - to be sure players were introduced to this // awesome system. Same rules as any treasure box still applies. 023-3,94,212,0 script #chest_02330 NPC_CHEST,{ -- cgit v1.2.3-60-g2f50