- 132
- Posts
- 10
- Years
- New Brunswick
- Seen May 6, 2023
Quick question: How do I store the trainer's name as a variable so I can change it temporarily then call it back in later?
This is a bad example, but it's the layout I'm going for:
original name=$game_variables[36]
pbTrainerName("Temporary Name")
pbTrainerName(pbGet(36))
which I'm sure is majorly off, but again that's what my goal is.
Thanks!
This is a bad example, but it's the layout I'm going for:
original name=$game_variables[36]
pbTrainerName("Temporary Name")
pbTrainerName(pbGet(36))
which I'm sure is majorly off, but again that's what my goal is.
Thanks!