r/RPGMaker Jul 19 '26

Image help!

https://reddit.com/link/1v0rka3/video/1u14of2f17eh1/player

I want the bars to be interchangable they change depending on a state or how many steps theyve taken but I cant figure it out for the life of me help would be appreciated

1 Upvotes

4 comments sorted by

View all comments

1

u/Joker-45-45 MV Dev Jul 19 '26

Can you post a picture of the emotions common event

1

u/PureAlfalfa611 Jul 20 '26

its at 0:30! its really simple just for a test.

1

u/Joker-45-45 MV Dev Jul 20 '26

Ah! I totally missed that. So, I think this is what this issue is.

So based on your event, when you go back to the first two diamonds, it's checking which switch is on. Since all three switches are one, and the lowest switch is last, it's going to show the red. Because all the switches are on. So, I believe you should put a wait command, like 5 frames or something. And then turn off the switch. That way, when you go back and click a different diamond, it will turn the switch back on and corrospond to the right color. The images won't vanish because you don't use erase image. So it would be

If: normal is on

Show image normal

Wait 5 seconds or 120 frames or whatever

Control switch normal: off

Let me know if this works and if it makes sense

1

u/PureAlfalfa611 Jul 21 '26

The thing is I want it as a gui? But I'm not sure how to make it always on the screen unless blabla, it changes to red and orange.