Frictional Games Forum (read-only)
[LVL ED] I want to make an item to be un-pickable - 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: [LVL ED] I want to make an item to be un-pickable (/thread-16785.html)



I want to make an item to be un-pickable - clock123 - 07-06-2012

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


RE: I want to make an item to be un-pickable - Your Computer - 07-06-2012

SetEntityInteractionDisabled.


RE: I want to make an item to be un-pickable - Rapture - 07-06-2012

SetEntityInteractionDisabled(string& asName, bool abDisabled);

Edit: ^-- Above, he beat me to it.


RE: I want to make an item to be un-pickable - MaZiCUT - 07-06-2012

I think it's something to do with one of the options to disable interaction or something like that.