How do you make entities non touchable! - Printable Version +- Frictional Games Forum (read-only) (https://www.frictionalgames.com/forum) +-- Forum: Amnesia: The Dark Descent (https://www.frictionalgames.com/forum/forum-6.html) +--- Forum: Custom Stories, TCs & Mods - Development (https://www.frictionalgames.com/forum/forum-38.html) +---- Forum: Development Support (https://www.frictionalgames.com/forum/forum-39.html) +---- Thread: How do you make entities non touchable! (/thread-24721.html) |
How do you make entities non touchable! - Radical Batz - 02-27-2014 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 RE: How do you make entities non touchable! - daortir - 02-27-2014 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. |