Rymdgurkan
Member
I'm having issues with my treasure chest events. What I want them to do is be able to appear once in a while, not everytime, and the content in them are random. This is my event:
Page 1:
Control Variables:[0001: Chest Appear] = Random No. (0...1)
Control Self Switch: A = ON
Page 2:
Have conditions of variable 0001 Chest Appear is 1 or above
and Self Switch A is on.
Control Variables: [0002: Chest Loot] = Random No. (0....3)
Conditional Branch:Variable [0002: Chest Loot == 0]
Change Items: [Red Potion], +1
Else
Conditional Branch:Variable [0002: Chest Loot == 1]
Change Items: [Sword], +1
Else
(repeat with changed condition and loot)
Branch End
Branch End
Erase Event
The Problem with this event is that the treasure chest always shows and only hands out Red Potions.
Any help on making it work would be great.
Page 1:
Control Variables:[0001: Chest Appear] = Random No. (0...1)
Control Self Switch: A = ON
Page 2:
Have conditions of variable 0001 Chest Appear is 1 or above
and Self Switch A is on.
Control Variables: [0002: Chest Loot] = Random No. (0....3)
Conditional Branch:Variable [0002: Chest Loot == 0]
Change Items: [Red Potion], +1
Else
Conditional Branch:Variable [0002: Chest Loot == 1]
Change Items: [Sword], +1
Else
(repeat with changed condition and loot)
Branch End
Branch End
Erase Event
The Problem with this event is that the treasure chest always shows and only hands out Red Potions.
Any help on making it work would be great.