Frictional Games Forum (read-only)
interact with an entity you usually can interact with. - 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: interact with an entity you usually can interact with. (/thread-20346.html)



interact with an entity you usually can interact with. - tonitoni1998 - 02-15-2013

i want the player to be able to interact with a shirt and getting a key. but i cant interact with a shirt. how can i do that?


RE: interact with an entity you usually can interact with. - FlawlessHappiness - 02-15-2013

That's because the shirt is set to be a static object.
There are 2 things you could do.

1. Edit the model in the model editor into and entity instead of staticprop.
Settings>Userdefined variableds> Type: Object - Subtype: Static


2. Create a scriptarea around the shirt, and create an Interaction function with it.


RE: interact with an entity you usually can interact with. - tonitoni1998 - 02-15-2013

wow nice. i already tried to just change the mesh of an item and put it there but it was glowing and disappeared when i interacted with it. this is way better. thanks a lot