Quote:
Originally Posted by Mr.KoolAid
I am having problems. i decided to just copy my one successful script into the others. but now when i try to change what they say it always goes back to the original script. even though i change the offset.
also when i try and change a script on the original trainer (i got one to work somehow) it does not save either. how do i change a script is basically what i am asking? i am saving, compiling, and copying the offset (which has not changed) into the box. But when i hit open script it did not save.
i am really bad at this :/
#dyn 0xE9F281
#org @begin
trainerbattle 0x0 0x003 0x0 @intro @defeat
msgbox @afterwards
callstd msg_normal
end
#org @intro
= I go swimming in the cave[.]
#org @defeat
= You defeated me[.]
#org @afterwards
= I need to train more[.]
that is my script - the dynamic offset i was given after compiling is EA0129
so what do i do from here? post the dynamic offset in advance map and at the top of my script? than i save and it should work, correct?
|
Hmm, I'm not completely familiar or an expert on scripting by any means and I use the $ symbol for offsets.. I see what you are trying to do, if I were to make this script this is what I would do:
#org $begin
trainerbattle 0x00 0x03 $see $win
$see 1 = I go swimming in the cave.
$win 1 = You defeated me.
message $after
$after 1 = I need to train more.
boxset 6
release
end
I hope this helps, I'm somewhat new to this stuff but for pokescript this is how I would do it on notepad, then compile and copy and paste the offset it gives onto the person in advance map. Sorry if this doesn't help at all:/