From b3479d740ae5203f06cdf308cc9be5ce2edabc1a Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 28 Feb 2021 15:22:25 -0300 Subject: Record the flip state of the other two switches. I do not want accidental warnings for deleting inexisting cells --- npc/026-1/_config.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'npc/026-1/_config.txt') diff --git a/npc/026-1/_config.txt b/npc/026-1/_config.txt index e463d1fd3..f583eb2c7 100644 --- a/npc/026-1/_config.txt +++ b/npc/026-1/_config.txt @@ -31,6 +31,7 @@ OnInit: 026-1,24,28,0 script #026-1_24_28 NPC_SWITCH_ONLINE,{ if (getnpcclass() == NPC_SWITCH_OFFLINE) end; + callfunc "0261_Flip30"; doevent "#026-1_30_32::OnDisable"; setnpcdisplay "#026-1_24_28", NPC_SWITCH_OFFLINE; end; @@ -41,6 +42,7 @@ OnInit: 026-1,62,28,0 script #026-1_62_28 NPC_SWITCH_ONLINE,{ if (getnpcclass() == NPC_SWITCH_OFFLINE) end; + callfunc "0261_Flip25"; doevent "#026-1_25_32::OnDisable"; setnpcdisplay "#026-1_62_28", NPC_SWITCH_OFFLINE; end; -- cgit v1.2.3-70-g09d2