I successfully followed the tutorial and I have a working coin interface, but I still have one issue on which I could use some help:
I made a tweak to the example provided on the USE action, so that
-when leaving interface if the current command is USE it won't revert to standard command
This was necessary because I am planning to use combined USE command, and this was the only way I found to keep it working, however this leads to another issue: unless I remember to add set default command at the end of any chain of USE action, it won't revert to standard Command.
Is there a way to automatically set standard Command after any performed action, keeping the functionality of combined action? (I mean, USE KEY is a successfull action, but if I have to USE KEY WITH DOOR it would have to wait for the second operator to switch command)
Since the issue exists only with the USE action, I figured that I could make it less annoying with a check: if I click on "nothing" with my USE command selected, it might revert to standard WALK.
However I am not sure on how to check if I am clicking on something because the Check "if object exist" doesn't work as expected for me: it seems that the object always exists (see attachment)
Is there any documentation around?
Thank you