Frictional Games Forum (read-only)

Full Version: How do you make entities non touchable!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I want to make some entities non touchable, just like in amnesia amfp you can not touch or interact some certain objects! Now I want to make vase02 non touchable, how do I do that pls, I really wan to do that for my cs. or is it possible to do them non touchable? pls reply
Two ways to do this.

1) Set the Entity to static in the Entity tab in the level editor. Problem, this will also make the item non-movable : it wont' react if you throw something at it.

2) Use the script SetEntityInteractionDisabled. This should simply make you unable to pick up the item without removing its reactive physics.