How to make an item into a normal entity? - 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 to make an item into a normal entity? (/thread-17168.html) |
How to make an item into a normal entity? - finScript - 07-21-2012 How can I make an item (for example "key, tinderbox, glass jar") into normal non-pickup entity? RE: How to make an item into a normal entity? - Statyk - 07-21-2012 void SetEntityInteractionDisabled(string& asName, bool abDisabled); |