- 21
- Posts
- 4
- Years
- Seen Sep 19, 2022
Does anyone know how to change the method in PScreen_TrainerCard that gets the current region the player's in <region = pbGetCurrentRegion(0)> to always getting the default region instead?
I've tried changing the line to:
<region = pbGetdefaultRegion(0)>
<region = pbGetDefaultRegion(-1)>
<region = pbGetCurrentRegion(defaultRegion=-1)>
and
<region = pbGetCurrentRegion(-1)>
but none of them worked.
I'm new to coding, so I'm maybe making big beginner mistakes. Any help would be greatly appreciated!
I've tried changing the line to:
<region = pbGetdefaultRegion(0)>
<region = pbGetDefaultRegion(-1)>
<region = pbGetCurrentRegion(defaultRegion=-1)>
and
<region = pbGetCurrentRegion(-1)>
but none of them worked.
I'm new to coding, so I'm maybe making big beginner mistakes. Any help would be greatly appreciated!