I've ran into a problem in my custom story. I have a place where there's a note on a door, held up by a stick, like in the screenshot below.
(Click on it for full size)
First, I found a perfect static object which did the job perfectly as it's static and there's a checkbox called "Collides" meaning that it can be in the door without screwing it up and moving it out of place, but SetEntityActive doesn't work for static objects, as they have no "Active" checkbox.
The door is locked and when the player tries to open it, a message appears saying "I should read the note first" so when the note is picked up I want the beam / stick to disappear.
I found an identical entity which could work as well, but the problem is that entities do not have the "Collides" checkbox.
Anyone know how I can solve this? Thanks in advance.
Edit: Solved it by copying the entity and removed all collision options. While this works, it would be nice to be able to do this without having to edit an entity.