The Good King Member 13 Sep 10, 2007 #1 1) what is the syntax to call a characters current position (x,y)? 2) how can i force the screen to ALWAYS center around the player?
1) what is the syntax to call a characters current position (x,y)? 2) how can i force the screen to ALWAYS center around the player?
tibuda Member 380 Sep 10, 2007 #2 The Good King;276160 said: 1) what is the syntax to call a characters current position (x,y)? Click to expand... $game_player.x $game_player.y 2) how can i force the screen to ALWAYS center around the player? Click to expand... You mean even if you are in the map corner, right?? Sorry, I don't know. Upvote 0 Downvote
The Good King;276160 said: 1) what is the syntax to call a characters current position (x,y)? Click to expand... $game_player.x $game_player.y 2) how can i force the screen to ALWAYS center around the player? Click to expand... You mean even if you are in the map corner, right?? Sorry, I don't know.
The Good King Member 13 Sep 11, 2007 #3 1) thx 2) well idk, i suppose ill have 2 offset the map so the corner is only a corner bc of passability.... Upvote 0 Downvote
1) thx 2) well idk, i suppose ill have 2 offset the map so the corner is only a corner bc of passability....