Frictional Games Forum (read-only)
Make Statues Appear Behind You? - 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: Make Statues Appear Behind You? (/thread-19189.html)

Pages: 1 2


RE: Make Statues Appear Behind You? - ExpectedIdentifier - 02-28-2013

The eagle is an entity, however it is a StaticProp entity. If you want it to enable/disable, create a new entity for it and in the model editor go to settings -> user defined variables. Then change the type to object. You can leave the SubType as Static, it will still work.


RE: Make Statues Appear Behind You? - FlawlessHappiness - 03-01-2013

^
What i meant Wink
In all cases, it's static unelss you change it


RE: Make Statues Appear Behind You? - ExpectedIdentifier - 03-02-2013

(03-01-2013, 09:06 AM)BeeKayK Wrote: ^
What i meant Wink
In all cases, it's static unelss you change it
Thought that's what you meant, but I thought I would explain anyway just in case Smile