![]() |
Making drawers already open? - 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 (https://www.frictionalgames.com/forum/forum-35.html) +--- Thread: Making drawers already open? (/thread-6361.html) |
Making drawers already open? - rmdashrf - 01-23-2011 Hi all, When using the Level Editor, is there a way to "alter" the state that an entity you place is in? For example, is it possible to insert a table with its drawers already open? (like the Guest Room level) Thanks in advance! -rmdashrf RE: Making drawers already open? - Tanshaydar - 01-23-2011 Adding Force or Impulse might work. RE: Making drawers already open? - Frontcannon - 01-23-2011 Doors have an 'open'-setting in the entity-tab in the level editor, where 0 is closed (default) and 1 is completely open. Drawers though.. you need to make a function that uses AddPropForce to achieve that. |