From 3fa2f21a9685e106309330103f5b4508c4a5c586 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 31 May 2020 19:01:54 +0000 Subject: [WebIDE] Untested - Sketch gates on Fortress Town --- npc/025-1/ctrl.txt | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'npc') diff --git a/npc/025-1/ctrl.txt b/npc/025-1/ctrl.txt index e6656eb87..8c8932c54 100644 --- a/npc/025-1/ctrl.txt +++ b/npc/025-1/ctrl.txt @@ -7,3 +7,26 @@ // Writes to MK Temp Var. This variable will unlock the castle gates // Then the inner gates, and finally, will be a co-requisite to the floors +// Main gate - Also where the World Hero can begin the siege +025-1,100,113,0 script #FortressTown NPC_NO_SPRITE,1,0,{ + end; + +OnTouch: + slide 100, 110; + end; + +OnInit: + end; + +OnTue0000: + end; +} + +// Exit - always work +025-1,99,111,0 script #FortressTownOut NPC_HIDDEN,1,0,{ + end; + +OnTouch: + slide 100, 114; + end; +} -- cgit v1.2.3-60-g2f50