- 3
- Posts
- 16
- Years
- Seen Dec 15, 2010
Hello there, newbie at scripting (this tut helps a LOT).
I was looking around, and forgive my stupidity, but I have utterly no idea how to set up a Vs. Seeker script for a trainer. I used the regular trainer script, such as:
#dynamic 0x34ED04
#org @start
trainerbattle 0x0 0x004 0x0 @before @after
msgbox @beaten 0x6
release
end
#org @before
= INTRUDER ALERT!
#org @after
= So you are worthy!
#org @beaten
= I'll let you pass this once.
That's my script. But how do I make it so that the trainer responds to the Vs. Seeker?
I was looking around, and forgive my stupidity, but I have utterly no idea how to set up a Vs. Seeker script for a trainer. I used the regular trainer script, such as:
#dynamic 0x34ED04
#org @start
trainerbattle 0x0 0x004 0x0 @before @after
msgbox @beaten 0x6
release
end
#org @before
= INTRUDER ALERT!
#org @after
= So you are worthy!
#org @beaten
= I'll let you pass this once.
That's my script. But how do I make it so that the trainer responds to the Vs. Seeker?