if $game_party.actors == 4
$game_player.move_up
end
$game_player.move_up
end
It was supposed to make the player move up if there were 4 players in the party. It has a syntax error. Help?
Also, how would I make it display text when it pushes me forward? In case your wondering what this is for, I'm making a monster collecting game. When you try to enter the ranch (moving down into it) with 4 actors already, it kicks you out and you have to go deposit some.