Home
Help
Search
Calendar
Login
Register
Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
Click here to join us on IRC (#charas on irc.freenode.net)!
Charas-Project
»
Game Creation
»
Requests
»
RPG Maker Programming
»
Events and the Action Command
« previous
next »
Print
Pages: [
1
]
Author
Topic: Events and the Action Command (Read 1494 times)
SuperPhillip
Member
Initiate
Posts: 79
Events and the Action Command
«
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?
Logged
SuperPhillip Central
http://z3.invisionfree.com/SuperPhillip_Central/index.php?act=idx
Dragoon de Sol
Common sense isn't very common
Agent
Posts: 800
(No subject)
«
Reply #1 on:
May 28, 2007, 05:09:12 AM »
Conditional Branch
Branch if Hero facing up
> [Insert even stuff here]
Else
> [Insert nothing here]
Logged
Print
Pages: [
1
]
« previous
next »
Charas-Project
»
Game Creation
»
Requests
»
RPG Maker Programming
»
Events and the Action Command