Charas-Project
Game Creation => Requests => RPG Maker Programming => Topic started by: MammonMachine on August 25, 2005, 10:22:07 PM
-
So I decided to start making a Custom Battle system today, and I was wondering if there was a way to get an Event's Coordinates in order to show a picture at those coordinates?
I want to make sure it's easy as possible for me to change battles and add monsters or whatever. I figure the best way to do it would be to drop in invisible events that spawn the monster locations when the battle is started, but I can't seem to do this.
-
Variable Operation > Sprite > Event you want > Use the "Screen-relative X/Y" coordinates.
-
This method keeps putting the picture in the top left corner of the screen.
-
.
-
change the x/y variables to the coordinates on the screen. it should work