- 6
- Posts
- 4
- Years
- Seen Apr 21, 2023
I'm working on my Pokemon game and all of a sudden some of the trainers are giving me issue. I've never seen this before. It's mainly happening to the evil team's grunts in the new area I'm making but I've noticed it in one of the other trainers in a different area but close by so I think this is a new problem.
Basically, I set it up so that each grunt rematch the player so they can all be named "Grunt" but the rematch keeps resetting to 0.
""Grunt",_I("Ahhh!"),false,0,false,0)"
I change the first 0 to a number, say 10, try to test it and the grunt has different Pokemon than what number 10 should have. I check to make sure the rematch was written correctly and it somehow turned back into 0. I've never had this issue before and I don't know what's causing it but I can't have any rematches. Someone please help. Any advice is appreciated
For reference this is a trainer that stands still until the player has crossed line of sight. If that is important.
Basically, I set it up so that each grunt rematch the player so they can all be named "Grunt" but the rematch keeps resetting to 0.
""Grunt",_I("Ahhh!"),false,0,false,0)"
I change the first 0 to a number, say 10, try to test it and the grunt has different Pokemon than what number 10 should have. I check to make sure the rematch was written correctly and it somehow turned back into 0. I've never had this issue before and I don't know what's causing it but I can't have any rematches. Someone please help. Any advice is appreciated
For reference this is a trainer that stands still until the player has crossed line of sight. If that is important.