Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 A way to get players to stop moving
#1
So I'm trying to create my own Input.dir4 case, but I'm having trouble figuring out how to make the character stop moving through scripting in events.

Here's what I have so far:

I have this as a conditional branch.
Code:
$game_player.moving? or $game_system.map_interpreter.running? or $game_player.instance_eval("@move_route_forcing") or $game_temp.message_window_showing

Within the else conditional, I have this call script:
Code:
case Input.dir4
when 2; $game_player.turn_up
when 4; $game_player.turn_left
when 6; $game_player.turn_right
when 8; $game_player.turn_down
end

The case is working but the problem is, I'm trying to get the player to stop moving which I can't pull off.
Reply }


Possibly Related Threads…
Thread Author Replies Views Last Post
Question  Mog Menu script: help me stop the crazy picture movement during transitions Zachariad 4 8,407 05-31-2017, 05:10 AM
Last Post: Zachariad
   Turn without moving. Taylor 2 4,372 05-30-2012, 01:00 AM
Last Post: Taylor



Users browsing this thread: