Shashu-Greninja
"With great power comes great responsibility"- Whe
- 99
- Posts
- 4
- Years
- Kalos Region
- Seen Jul 27, 2024
Hi, everyone, in my pokemon essentials v18 project, I encountered an weird issue with the trainer battle event.
In the trainer NPC event, if I give:
...everything works just fine but it can't spot the trainer from a distance of maybe 4 or 5.
So, if change it to:
...everything becomes weird. After the NPC spots the trainer, the trainer does not turn towards the NPC rather it turns downward. Also the exclaim animation is not.
This also can't spot the trainer from a distance of 5.
Can anyone please help me about this?
In the trainer NPC event, if I give:
Spoiler:
pbNoticePlayer(get_character(0))
...everything works just fine but it can't spot the trainer from a distance of maybe 4 or 5.
So, if change it to:
Spoiler:
pbNoticePlayer(get_character(5))
...everything becomes weird. After the NPC spots the trainer, the trainer does not turn towards the NPC rather it turns downward. Also the exclaim animation is not.
This also can't spot the trainer from a distance of 5.
Can anyone please help me about this?