''
Tem como faz q o player passa por outro player ,
Atravessa
+1 Cred 8)
Tem como faz q o player passa por outro player ,
Atravessa
+1 Cred 8)
#if player.x == new_x and player.y == new_y
# If through is OFF
# unless player.through
# If self is player; impassable
# return true if self != $game_player
# With self as the player and partner graphic as character; impassable
# return false if player.character_name != ""
#end
#end