Charas-Project

Game Creation => Requests => RPG Maker Programming => Topic started by: SuperPhillip on May 28, 2007, 03:50:49 AM

Title: Events and the Action Command
Post by: SuperPhillip on May 28, 2007, 03:50:49 AM
http://img183.imageshack.us/img183/7789/100jo7.png

How do I make it so you can go up to the event and press the action command to it while being forced to look at the direction its at?

I have a furnace with an event on it, and I want it so you can only press the action command when you're directly in front of it. How do I go about doing that?
Title:
Post by: Dragoon de Sol on May 28, 2007, 05:09:12 AM
Conditional Branch

Branch if Hero facing up
> [Insert even stuff here]
Else
> [Insert nothing here]