Bug...?
So, Gnarlak says there are 2 initial functioning rooms to setup defenses...
Code:
<<Gnarlak>>Defences are going to be important as we expand Lord<</Gnarlak>><br>
<<Gnarlak>>Currently we only have 2 functioning rooms, you can enter each one fo these rooms and set a defence of your choise, as long as you have the correct resources<</Gnarlak>><br>
<<Gnarlak>>I suggest building a defence as soon as possible Lord<</Gnarlak>>
Yet, $DefenceCount is set to 1 initially...
And so, when you are raided, the enemy go through two room... one room where you can setup defenses, and another one is always empty because you cannot access it.
Code:
<<set $DefenceCount to 1>>
<<if $DefenceCount >= 2>>
[[Room 2|DefenceRoom2]]<br><</if>>