Make an enemy that walks through walls

● ARCHIVED · READ-ONLY
Started by TrueMisfit 4 posts View original ↗
  1. How do I make an enemy that can walk through walls?

    Like a ghost basically.

    I can't seem to get the "through" command to work on the event, both in autonomous movement and in the move route.
  2. TrueMisfit said:
    I can't seem to get the "through" command to work on the event, both in autonomous movement and in the move route.
    Then post a screenshot of the event, because that should work and wee need to know what you did wrong to prevent through from working correctly...
  3. Andar said:
    Then post a screenshot of the event, because that should work and wee need to know what you did wrong to prevent through from working correctly...
    It seems that spawning the event IN the wall is what caused it not to work properly, because I guess it can't see the player from it's starting point and just wont move.
  4. Sounds like you're using scripts to change the event's behaviour? That probably would have been good to mention ;)