- Joined
- Oct 9, 2018
- Messages
- 95
- Reaction score
- 37
- First Language
- Greek
- Primarily Uses
- RMVXA
sadly it's not working but tyJust put another conditional branch to check if switch is on/off (example from MV, but in ACE will work too)
![]()
Reverse that around.Its common event that i call with a map event.
This worked! Thank you!!!Reverse that around.
conditional branch switch is on
condition branch button pressed
do stuff
turn switch off
end
else
condition branch button pressed
turn switch on
do other stuff
end
end