Black Eternity
Lord of Eternity
- 57
- Posts
- 12
- Years
- Seen Jun 30, 2016
Thank you mej71 for your contributions, the main post has been updated with your features. :)
yust so you know thats another script totally different so i dont know why is it affecting in that moment is an error with PokemonBattle_Pokemon you can check it reading the 2nd line sorry for responding until now
yust so you know thats another script totally different so i dont know why is it affecting in that moment is an error with PokemonBattle_Pokemon you can check it reading the 2nd line sorry for responding until now
except2+=[:VENUSAUR]
Pidgeotto (120) - Cherubi (190)
Kadabra (100) - Masquerain (75)
Pikachu (190) - Lileep (45) (Lileep was in my except2 list)
Gyarados (45) - Cofagrigus (90)
Diglett (255) - Shiftry (45)
Chansey (30) - Sentret (255)
species=0 if rareness<100
pbStartTrade(pbGet(1),species,pname,tname)
pbStartTrade(pbGet(1),species,PBSpecies.getName(species),tname)
I have this error https:// gyazo. com/eaaa56b59ff25e02fe3a0f442ac5de21 (cannot post links yet
Man you can see in screeshot thats exactly wut I have there..your error is that you didn't follow directions.
to use the script make sure you put
"pbWondertrade(1,[],[])"
Man you can see in screeshot thats exactly wut I have there..
pbWonderTrade(1)
The script should be
Capitalization is important in nearly all languages. Also, you don't need those empty arrays, since if you read the method you can see those are default values (if no value gets passed for that parameter, it will default to whatever value, so you only need to pass values in if you want them to be different from the default)Code:pbWonderTrade(1)