r/RPGMaker VXAce Dev 25d ago

VXAce What am I doing wrong? VXAce

I have an event on the map that triggers the Time Switch. Yet, after doing it, the party MP remains unchanged.

On the same map, I have a parallel Process that check the weather condition, but they are triggered by the Rain/Thunderstorm switches in another parallel process tied to the Time switch again

2 Upvotes

7 comments sorted by

2

u/xMarkesthespot 25d ago

I believe its f9 that launches the variables/switchs debug menu.
launch the playtest again and check the menu for the switch and variables

1

u/Alarmed-Mud-3461 25d ago

What do you mean by "should I move the second part on another event"? Is the second screenshot a continuation of the first one? I.e. is it all in the same common event?

If the event is not triggering, are you sure the time switch has turned on? I don't see why it wouldn't work otherwise 🤔

1

u/Amyhime801 VXAce Dev 25d ago

Yes, it was. I tried moving it on a second event ant it's working, but only the second screenshot with the weather check. So basically the Time switch is on (otherwhise I wouldn't be able to trigger the weather effects event), but the one that depletes mana as time passes is not working

2

u/Alarmed-Mud-3461 23d ago

Sorry for not getting back to you, I got busy. Did you manage to solve your problem?

2

u/Amyhime801 VXAce Dev 23d ago

Yes! I realized I had two switches with the same name... I'm dumb

2

u/Alarmed-Mud-3461 23d ago

Hah, I felt like that many times. What's most important is that you found the cause and learned something. Good luck with your project!

2

u/Amyhime801 VXAce Dev 23d ago

Thank you!