Frictional Games Forum (read-only)

Full Version: interact with an entity you usually can interact with.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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?
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.
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