[RMMV] SCRIPT CALL: PLAYER SCREEN POSITION

Posts

Pages: 1
In "control variables" there is an option to set a variable equal to the player's x_scene as opposed to the player's x_coordinate. Does anyone know how to reference this x_scene via a script call? I've tried variations on $gamePlayer.x_scene but nothing works so far.
Issue somewhat solved. I didn't figure out how to get player.screen_pos.x, but using $gamePlayer._realX accomplished what I needed.

I would still be interested in learning the screen_pos.x script if anyone knows it
Pages: 1