- 52
- Posts
- 5
- Years
- Seen Mar 15, 2022
im trying to make a event where you show a soul heart to a machine and it pops out magearna but its doing it without checking my bag and i have the check item scripts
@>Text:insert a soul heart?
@>show choices:yes,no
: when [yes]
@Script: $PokemonBag.pbHasItem?(: SOULHEART)
@>control switches [0075:magearna awake] = ON
@>
:When [No]
@>
: Branch End
@>
@>Text:insert a soul heart?
@>show choices:yes,no
: when [yes]
@Script: $PokemonBag.pbHasItem?(: SOULHEART)
@>control switches [0075:magearna awake] = ON
@>
:When [No]
@>
: Branch End
@>