- 47
- Posts
- 14
- Years
- Seen Feb 28, 2014
Hey guys im having a problem with my script still. Its been awhile and I still cant figure it out.
After the battle, the rival says his lines and then disappears without doing the movement first.
Here's the script.
After the battle, the rival says his lines and then disappears without doing the movement first.
Here's the script.
Here's the events log in AM which i think might be the problem.#dyn 0x740000
#org @begin
trainerbattle 0x1 0x211 0x0 @intro @defeat @after
end
#org @after
lock
msgbox @afterwards
callstd msg_normal
applymovement 0x10 @move
pauseevent 0x0
disappear LASTTALKED
setflag 0x251
release
end
#org @intro
= I will crush you!!!
#org @defeat
= You crushed me[.]
#org @afterwards
= I can also say something after the battle.
#org @move
= m walk_up walk_right walk_right walk_right walk_right walk_right walk_right walk_right walk_right end
![[PokeCommunity.com] Script Help Thread (DO NOT REQUEST SCRIPTS) [PokeCommunity.com] Script Help Thread (DO NOT REQUEST SCRIPTS)](https://i1182.photobucket.com/albums/x447/SnapTimenow/eventinfo.jpg)