I have a button that I want to trigger only once but despite setting all that in the scripts and properties it still triggers multiple times when pressed.
So the button has two scripts myScript and the vanilla TrapLever. In myScript I have:
bool property useOnce = TRUE auto
In the properties I have useOnce ticked
In the properties of TrapLever I have FiniteUse ticked and TriggerCount is set to 1.
So, this button should trigger once and once only - so why doesn't it? It's driving me mad.