Status
Fixed
Type
Product/platform
Not applicable
Priority
Normal
Issue description
I wish that you add a new Procedure puzzle part for Player Management which is Show overlay [ v]
Issue comments
- Create a new global logic variable
- Set overlay condition to be based on this variable value
- On player collides trigger should trigger procedure that sets the overlay logic variable to true
- Block update tick trigger should be setting the overlay logic variable back to false
You can add new global variable in main workspace panel in variables tab.
You can create a new global logic variable and set the variable as an overlay display condition. Then set this variable to true or false by any trigger and this way you can toggle the overlay from other procedures.