RequiemVanoir
New Member
- Aug 18, 2024
- 7
- 5
I don't understand how to unlock "Fight cage - introducton" and Boris' quests (Boris room, Fight cage shop, ambush, milk order etc)
I only have the choice between exercise and fight.
<<if $player.energy >= 20>>
<<link 'Exercise'>>
<<if $player.strength > 30 && !isMetChar('boris')>>
<<goto 'Fight cage - introduction'>>
<<else>>
<<goto 'Fight cage - exercise'>>
I only have the choice between exercise and fight.
<<if $player.energy >= 20>>
<<link 'Exercise'>>
<<if $player.strength > 30 && !isMetChar('boris')>>
<<goto 'Fight cage - introduction'>>
<<else>>
<<goto 'Fight cage - exercise'>>