KingCharizard
C++ Developer Extraordinaire
- 1,229
- Posts
- 15
- Years
- Pennsylvania
- Seen May 15, 2016
I was thinking of an event for example a professor checks a specific pokemon in the trainer's party like a starter and then checks its level. If the level is high enough, he will give the player an evolution stone to make that pokemon evolve. Do you know how to do that?
use a conditional branch with a script that looks something like this. pbHasSpecies?(:: PBSpecies::CELEBI) thats should work, but im not entirely sure.
about the lv thing, I think you have to script that arguement into the code to check for lvs
Last edited: