[Essentials v20.1]
Hi, I know that :ILLUSION ability only works with trainers. I want it to work with a hardcoded wild too.
Does anyone know how I could hardcode a wild Zoroark event to start with the illusion of a specific pokemon? An event like this:
I know there's some code that needs to be touched for this to work, but I don't even know where to start.
I need help! :D
(Please, without using $game_switches, I don't think it's necessary for this)
Thank you! <3
Hi, I know that :ILLUSION ability only works with trainers. I want it to work with a hardcoded wild too.
Does anyone know how I could hardcode a wild Zoroark event to start with the illusion of a specific pokemon? An event like this:
Code:
pkmn = Pokemon.new(:ZOROARK, 50)
pkmn.ability = :ILLUSION
pkmn.form = 0
# Modify Zoroark's Illusion to (Pikachu, for example):
# illusion_however_it_is_done = :PIKACHU
WildBattle.start(pkmn)
I know there's some code that needs to be touched for this to work, but I don't even know where to start.
I need help! :D
(Please, without using $game_switches, I don't think it's necessary for this)
Thank you! <3
Last edited: