Piplup-Trainer
This is my custom user title.
- 228
- Posts
- 17
- Years
- Age 33
- Europe. Many people haven`t heard about the countr
- Seen Nov 18, 2011
Hi! Can somebody help me?
I made a script, which checks beaten trainers.
If the trainers are beaten --> then the sailor will print a message and move.
If not --> then only a message appears.
I've tested the script --> The sailor prints a weird message concluding japanese symbols.
Please help me. Here is the script :
I made a script, which checks beaten trainers.
If the trainers are beaten --> then the sailor will print a message and move.
If not --> then only a message appears.
I've tested the script --> The sailor prints a weird message concluding japanese symbols.
Please help me. Here is the script :
#org $sailor
setflag 0x200
checkflag 0x200
if_B_true goto $checktrainer1
#org $checktrainer1
#raw 0x61 0x9E 0x01
compare LASTRESULT 0x1
if b_true goto $checktrainer2
#org $checktrainer2
#raw 0x61 0x9E 0x01
compare LASTRESULT 0x1
if b_true goto $checktrainer3
#org $checktrainer3
#raw 0x61 0x9E 0x01
compare LASTRESULT 0x1
if b_true goto $checktrainer4
#org $checktrainer4
#raw 0x61 0x9E 0x01
compare LASTRESULT 0x1
if b_true goto $checktrainer5
#org $checktrainer5
#raw 0x61 0x9E 0x01
compare LASTRESULT 0x1
if b_true goto $checktrainer6
#org $checktrainer6
#raw 0x61 0x9E 0x01
compare LASTRESULT 0x1
if b_true goto $checktrainer7
#org $checktrainer7
#raw 0x61 0x9E 0x01
compare LASTRESULT 0x1
if b_true goto $checktrainer8
#org $checktrainer8
#raw 0x61 0x9E 0x01
compare LASTRESULT 0x1
if b_true goto $checktrainer9
#org $checktrainer9
#raw 0x61 0x9E 0x01
compare LASTRESULT 0x1
if b_true goto $allchecked
#org $notchecked
message $0
#ORG $0
$0 1 = It takes some time to travel from one\nplace to an other place.\nIf you're bored off, then ask ym brother.\pMaybe he have some work for you...
#org $allchecked
message $1
applymovement 0x01 $sailormove
#org $1
$1 1 = We're in Vermillion City!\pI hope you enjoyed our travel!\pGo downstairs, if you want to leave the ship.
#org $sailormove
#raw 0x01
#raw 0x31
#raw 0xFE