One Winged Angel
Banned
- 480
- Posts
- 17
- Years
- Age 32
- Anchorage, Alaska
- Seen Jun 18, 2013
@flash.
this should make it work.
You forgot a couple of pausemoves.
Use pausemove or pause after every Applymovement
this should make it work.
Code:
#org $start
applymovement 0x08 $move (Gary's move)
pausemove 0
message $stole
boxset 6
applymovement 0x08 $move2
pausemove 0
applymovement 0xFF $move2 (hero move)
pausemove 0
applymovement 0x08 $move3
pausemove 0
message $here
setflag 0x201
release
end
#org $move
#raw 0x62 0x0C 0x0f 0x0f 0x0f 0x0f 0x03 0xFE
#org $move2
#raw 0x0A 0x0A 0x01 0xFE
#org $move3
#raw 0x0A 0x0A 0x09 0x04 0xFE
#org $stole
$stole 1 =No way!\n\v\h01 I want that pokemon.
#org $here
$here 1 =Here,take this one.
You forgot a couple of pausemoves.
Use pausemove or pause after every Applymovement