Charas-Project

Game Creation => Requests => RPG Maker Programming => Topic started by: MammonMachine on August 25, 2005, 10:22:07 PM

Title: Custom Battling
Post 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.
Title:
Post by: WarxePB on August 25, 2005, 10:50:41 PM
Variable Operation > Sprite > Event you want > Use the "Screen-relative X/Y" coordinates.
Title:
Post by: MammonMachine on August 28, 2005, 04:24:33 PM
This method keeps putting the picture in the top left corner of the screen.
Title:
Post by: MammonMachine on August 29, 2005, 02:18:52 PM
.
Title:
Post by: Linkizcool on September 03, 2005, 03:57:12 AM
change the x/y variables to the coordinates on the screen. it should work