Frictional Games Forum (read-only)

Full Version: I want to make an item to be un-pickable
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I want to put thalers on the shelf just for beauty , i dont want them to be picked up by the player.
I mark the box " staticphysics " but it still wont do nothing. ( the static physics works for non-item objects ).

Thanks for support Smile
SetEntityInteractionDisabled.
SetEntityInteractionDisabled(string& asName, bool abDisabled);

Edit: ^-- Above, he beat me to it.
I think it's something to do with one of the options to disable interaction or something like that.