LEXLEGIS'S PROFILE

Search

Filter

[RMVX ACE] How to Trigger Event With Item W/O using it



Does this help any? ^^;

[RMVX ACE] How to Trigger Event With Item W/O using it

I do.

Event below player makes me unable to use the door, or do the event, at all o:

[RMVX ACE] How to Trigger Event With Item W/O using it

@kory_toombs

Alright! I've got the door to work, there's just one issue now. I cannot seem to go back and forth between the two rooms. I can get into the room just fine, but once I exit it, I cannot go back. I'd like to be able to go back. Suggestions? ^^

[RMVX ACE] How to Trigger Event With Item W/O using it

author=kory_toombs
You need a conditional branch that checks if item exists when interacting with the door. Door should be same as and action button.

If item exists:

door opens

Id item doesn't exist:

nothing happens


Or if you don't want the door to be visible at all unil you have the item.

You need to check a condition on the top left side that just says what needs to exist.

Both of these won't use the item.
The only way to remove the item is to tell an event to do so.
I'm assuming this is a key item.


I'm appreciative of your explanation, but I'm afraid I don't fully understand it. Do you think you could explain it in a bit more detail (tell it to me like I'm 6 if you must) or provide images of the process?

Hello! Finally Here!

Well, I've had this account for some time, but I'm finally getting involved in making games and whatnot, so I wanted to introduce myself!

I'm Lex, and I absolutely love RPG Maker games. I've wanted to contribute to the horror and RPG genres for some time now, and hope that with my release of my first game (a test more than anything) that I'll be able to do just that, and improve from there!

Anyway, thanks for reading~

[RMVX ACE] How to Trigger Event With Item W/O using it

Hello! I'm having a little trouble with this scenario:

There is something that a character cannot find until they have item. However, they only need to find it and not use it to trigger being aware of this event.
*Paper obtained by character
*Paper tells character what to do
*Character finds door and can now interact with it

--And doing the reverse would be game-breaking.

Thanks!
Pages: 1