Under Placeables|Custom|Secret Object several pit trap placeables exist.
The triggers are under Triggers|Custom|Traps
I put down the pit trap placeable, paint one of the triggers around its edges, created the WP in the destination area for the player to fall to, but have some problems.
The pit traps are not concealed when I enter. Our OnModuleLoad script is custom and probably isn't running the part that handles that... anyone know where I find that part?
I also see the OnTrapTriggered script (crpt_pittrp_ott) looks for something with a tag of SCPIT and for a localstring of RESREF on that object. The pit placeables have a different TAG, and do not have a RESREF string set on them.
I'd prefer to use this pre-existing stuff as opposed to adding several more placeables and scripts by creating my own system for it, any help is appreciated.