- Joined
- May 26, 2023
- Posts
- 3
I'm trying to just call this trainer "rat", but it keeps saying "Unnamed" or breaking because it won't take a blank input without defaulting or sending an error. I was hoping someone could help me figure out a way to make it blank without messing too much with defaults. Either making the trainer class or the trainer name blank would be appreciated!
Things Tried:
- I tried making the trainer class "r" and the trainer name "at", but no dice. There was a space.
- From NoNoNever's suggestion, I tried making the default for the trainer class. Unfortunately, there's still an extra space. Though it did help me find out about the
.fullname
issue.
- Editing
Trainer, Line 19
to remove the trainer name. I don't want it on a global scale. I want to have it assignable to certain trainer classes, or even certain trainers through the battle rules. (Though for those emulating Generation 1's "Trainer Class Only" (from Pokémon Red, Blue, Yellow, and Green), editing this script globally would be something useful for that.)
Last edited: