Hey Yal... I'm so sorry to ask another question.
How does amp_has_monster work?
I'm using it to gauge what starter they selected in the following way, but no matter what starter I choose it returns the first option (I,e if I choose plaugsprout, they still summon Draquatic)
Thanks, and sorry again
if amp_has_monster(monster_DRACHNID) {
return [[monster_DRAQUATIC, 15, NONE, move_TACKLE, move_BOOMBUBBLE, move_DIVERGE,]]
}
if amp_has_monster(monster_PLAUGSPOUT) {
return [[monster_DRACHNID, 15, NONE, move_TACKLE, move_FIREWEB, move_DIVERGE,]]
}
if amp_has_monster(monster_DRAQUATIC) {
return [[monster_PLAUGSPOUT, 15, NONE, move_TACKLE, move_LEAFSHOT, move_DIVERGE,]]
}