Quote:
Originally Posted by matharoo
I changed my mind and now I wanted to get the name of the first Pokémon in the party. And, bufferfirstpokemon worked perfectly. :)
|
There is also the setflag method as well ... if someone chose charmander for example, you could have it setflag 0xFlag1, squirtle then setflag 0xFlag2, etc
and then for any script you want it to talk about your pokemon, just have three checkflags at the beginning of your script...
#org @event
checkflag 0xflag1
if 0x1 goto @charmander
checkflag 0xflag2
if 0x1 goto @squirtle
checkflag 0xflag3
if 0x1 goto @salad
release
end
Just in case you wanted another method for it :P
__________________
Retired. Thank you guys for a wonderful five years.