Amnesia Custom Story - Moving Entities

This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

The forums have been archived. Please read this thread for more information.

  • Amnesia Custom Story - Moving Entities

    Hello bros,

    I wonder if it is possible to "move" an entity (not throw it with Impulse ..) Is there any way ? I thought about a way converting non-movable objects into movable ones .. OR maybe there is allready a function for it ? Can you help me out please ? :)
  • If by "move" you mean physically drag it without yourself dragging it yourself. No you can't. But if you use low enough intervals you can give the illusion of movement.

    OR are you talking about when you get the hand and click on the mouse?
  • I mean if I can just pick an entity which isn't movable and then move it from a certain point to another ? If this doesn't work is there a possibility to convert the static entity into a movable one like a barrel ?
  • If you're talking about visible movement, I don't know how, but if you're talking about something moving quickly behind the players back you can:
    Make two entities, disable the one where the object is being moved to.
    Make a trigger that enables the new entity and disables the old entity.