- 97
- Posts
- 9
- Years
- Seen Nov 22, 2021
Hello!
Title basically says it. I can actually get it to say the trainer is available, however it just says it's post-defeated speech upon talking to him. This is my trainer script:
The script doesn't have any errors, it's pre-built so the dynamic offset isn't there. Anyway, how can I get the VS seeker to work with this?
Title basically says it. I can actually get it to say the trainer is available, however it just says it's post-defeated speech upon talking to him. This is my trainer script:
#dynamic 0x
#org @start
trainerbattle 0x0 0x059 0x0 @before @after
msgbox @beaten 0x6
release
end
#org @before
= Do you really think you're a\ntrainer? You're nothing!
#org @after
= Shit...\nYou got me...
#org @beaten
= Fine, you've proven yourself.
The script doesn't have any errors, it's pre-built so the dynamic offset isn't there. Anyway, how can I get the VS seeker to work with this?