- 15
- Posts
- 4
- Years
- Seen Aug 3, 2024
Hi,
I would like to have my custom trainer approach the Player on his own.
I have tried setting his movement to 22 , checking the trainer box and giving him a View Radius of 0002,
but it still doesn't work.
https://imgur.com/a/b4ZEOck
Trainer Code:
'---------------
#org 0x805841
lock
faceplayer
trainerbattle 0x0 0x16 0x0 0x880585C 0x88058EC
msgbox 0x88058B9 MSG_NORMAL '"It looks like you are the real\nMa..."
release
end
'---------
' Strings
'---------
#org 0x80585C
= [black_fr]I am going to show the Guy next to\nme who the real Master Fisherman\lis, by beating you.
#org 0x8058EC
= How could I lose.
#org 0x8058B9
= It looks like you are the real\nMaster Fisherman.
////////////////////////////////////////////////////////////////
If anybody has an Idea to why it's not working , please let me know.
I would like to have my custom trainer approach the Player on his own.
I have tried setting his movement to 22 , checking the trainer box and giving him a View Radius of 0002,
but it still doesn't work.
https://imgur.com/a/b4ZEOck
Trainer Code:
'---------------
#org 0x805841
lock
faceplayer
trainerbattle 0x0 0x16 0x0 0x880585C 0x88058EC
msgbox 0x88058B9 MSG_NORMAL '"It looks like you are the real\nMa..."
release
end
'---------
' Strings
'---------
#org 0x80585C
= [black_fr]I am going to show the Guy next to\nme who the real Master Fisherman\lis, by beating you.
#org 0x8058EC
= How could I lose.
#org 0x8058B9
= It looks like you are the real\nMaster Fisherman.
////////////////////////////////////////////////////////////////
If anybody has an Idea to why it's not working , please let me know.