after a re-invigored search, I have found this snippet of coding in the pokedex script...
# Pushing national species, name, height, weight, index number
dexlist.push([nationalSpecies,
PBSpecies.getName(nationalSpecies),height,weight,i])
of course, I now have a method of displaying the species, however, when I input the method of finding the species in, i get the following error.
which tells me that pbGet(1) will give me the Kanto Pokedex number of my pokemon, but will not convert it into a physical number in the same way I couldn't get a different dialogue to pick an actor name based on a variable (btw, if you can tell me how to swing that too... that'd be great, seeing how it is too small an issue to make a thread for)... So what happens, then, is they try to call the species with the phrase pbget(1) which crashes the game... Any ideas how to circumvent?
I have tried to give another variable the value printed by pbGet(1), using $global_variable[1]=pbGet(1), but it doesn't give the result, only the actual phrase...
PS. Unfortunately, those other two options didn't work