|
Making a person event in Fire Red where I'm making it look like the npc I talk to is runs back, then runs at the player, pushing the player back.
I get the Npc msgbox and movement to work, but the player does not move.
#dynamic 0x800000
#org @start
lock
faceplayer
msgbox @t1 0x6
applymovement 0x4 @m1
waitmovement 0x0
applymovement 0xFF @m2
waitmovement 0x0
release
end
#org @t1
= Go away!
#org @m1
#raw 0x1E
#raw 0x1D
#raw 0xFE
#org @m2
#raw 0x10
#raw 0xFE
|