So I have an event with the following conditions:
Mouse click on Object
Variable A = 0
Among the actions it does is modifying the variable so that clicking on the object a second time no longer triggers the event.
However, that doesn't work and repeated clicks on the object keep triggering the event, which baffles me. For the sake of testing I've putting the variable's initial number at something other than 0 and the event doesn't trigger anymore, which makes it even weirder in a way. I'm frantically looking for a workaround, but even if I , this is really driving me crazy as the same structure seems to work perfectly fine for me in other situations.