Toggle Global Variable On Off

Status
Works as designed
Issue description

I'm simply trying to toggle a global boolean variable on and off when I right click with an item

The event triggers

in its simplest form it should be:

Va= not Va

If Va=true then do this else do that

the variable does not change value, it always remains false

here are some screen shots of things Ive tried and failed (in attachments)

 

 

Issue comments

I have tested this and it worked for me. It could be that you are using a trigger that is both server and client side and is being called twice. In such case, use Is provided world server side as an additional check. This procedure block can be found in World data tab in procedure maker.