Luck
¯\_(ツ)_/¯
- 6,779
- Posts
- 17
- Years
- Seen May 20, 2023
I know there is something wrong with this script.
Its about oak telling you that you can't go in the grass and leading you to his lab.
Here it is and as always correct me if i'm wrong.
#ORG $begin
checkflag 0x353
Wait!B_true goto $done
applymovement 0x62 0x20 0x1D 0x4A $mw1 0xFE
pause 0x30
message $aidtalk
boxset 6
If you go out\nthere you will get\qinjured!\pHere!\nFollow me.
playsound 0x13B
applymovement 0x01 $mw2
applymovement 0xFF $mw2
pause 0x50
fadesound
release
end
#org $done
release
end
#org $mw1
$mw1 ; #binary 0x10 0x13 0x10 0x13 0x01
Its about oak telling you that you can't go in the grass and leading you to his lab.
Here it is and as always correct me if i'm wrong.
#ORG $begin
checkflag 0x353
Wait!B_true goto $done
applymovement 0x62 0x20 0x1D 0x4A $mw1 0xFE
pause 0x30
message $aidtalk
boxset 6
If you go out\nthere you will get\qinjured!\pHere!\nFollow me.
playsound 0x13B
applymovement 0x01 $mw2
applymovement 0xFF $mw2
pause 0x50
fadesound
release
end
#org $done
release
end
#org $mw1
$mw1 ; #binary 0x10 0x13 0x10 0x13 0x01