Okay, here is my problem...
I'm trying to put the following into script:
#------------------------------------------------------------
wait: 8 frames(s)
#------------------------------------------------------------
I have tried everything, but I'm not coming up with anything. I'm thinking that the script call
would be something like: $game_player.setmove_route
But like I said, I got nowhere fast.
If anyone can help me out here, it is well appreciated.
Yes, it has to be in Script format, and not the way it is.
Thanks again,
Fenwick
I'm trying to put the following into script:
#------------------------------------------------------------
@>Set Move Route: Player
: :$>Through ON
: :$>Graphic: "ArchesChr_Spear',0,2,3
: :$>Wait: 2 frame(s)
: :$>Graphic: "ArchesChr_Spear',0,2,2
: :$>Wait: 2 frame(s)
: :$>Graphic: "ArchesChr_Spear',0,2,1
: :$>Wait: 2 frame(s)
: :$>Graphic: "ArchesChr_Spear',0,2,0
: :$>Wait: 2 frame(s)
: :$>1 Step Forward
@>
Wait for Move's Completionwait: 8 frames(s)
#------------------------------------------------------------
I have tried everything, but I'm not coming up with anything. I'm thinking that the script call
would be something like: $game_player.setmove_route
But like I said, I got nowhere fast.
If anyone can help me out here, it is well appreciated.
Yes, it has to be in Script format, and not the way it is.
Thanks again,
Fenwick