Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.
I found a roundabout way searching in the PBS file:
def pkm_trainer(type,name)
pkm=0
list=File.new "\PBS\\trainers.txt"
content=list.readlines
list.close
i=0
while i <=content.length-1
if content==type+"\n" && content[i+1]==name+"\n"
pkm=content[i+3]...
*NOTE THIS IS A SPANISH FANGAME DEVELOPED IN SPANISH*
Working with: Pokemon Essentials v16.2 - RPGMAKER XP
Looking for:
Betatesters. As many as I could find. Spanish is not necessary (in order to test maps and balance) but recommended.
(Optional) Someone who could make some sprites for the...
RPG MAKER XP - v16.2 - Not tested in other versions.
More than once I've wanted to go to an specific moment of the game while I was developing it to see how the new things I was adding affected the ones I already had.
Or to check a bug someone reported me. So I made this little script:
NOTE...