- 37
- Posts
- 8
- Years
- Seen Jan 21, 2021
Only for a certain evolution line. I'm getting a syntax error when attempting to put in this script, just before the Shellos scripting for Multiple forms. All these Pokemon are monotyped, but I'm thinking the issue is that I'm not defining the individual Pokemon in the "then type2" line?
if (isConst?(pokemon.species,PBSpecies,:ELEMBABY) || (isConst?(pokemon.species,PBSpecies,:FIRASTER) || (isConst?(pokemon.species,PBSpecies,:HIELOREX) &&
if hasConst?(PBItems,:DRAGONBONE)
then type2==getConst(PBTypes,:DRAGON)
Any help is much appreciated.
if (isConst?(pokemon.species,PBSpecies,:ELEMBABY) || (isConst?(pokemon.species,PBSpecies,:FIRASTER) || (isConst?(pokemon.species,PBSpecies,:HIELOREX) &&
if hasConst?(PBItems,:DRAGONBONE)
then type2==getConst(PBTypes,:DRAGON)
Any help is much appreciated.