diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-02-28 15:22:25 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-02-28 15:22:25 -0300 |
commit | b3479d740ae5203f06cdf308cc9be5ce2edabc1a (patch) | |
tree | 2b58653be38e1f46799346da25779e5340494195 /npc/026-1/_config.txt | |
parent | 65883f4781a6d75d440ffc95830ea0e617fa1f76 (diff) | |
download | serverdata-b3479d740ae5203f06cdf308cc9be5ce2edabc1a.tar.gz serverdata-b3479d740ae5203f06cdf308cc9be5ce2edabc1a.tar.bz2 serverdata-b3479d740ae5203f06cdf308cc9be5ce2edabc1a.tar.xz serverdata-b3479d740ae5203f06cdf308cc9be5ce2edabc1a.zip |
Record the flip state of the other two switches.
I do not want accidental warnings for deleting inexisting cells
Diffstat (limited to 'npc/026-1/_config.txt')
-rw-r--r-- | npc/026-1/_config.txt | 2 |
1 files changed, 2 insertions, 0 deletions
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; |