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.
Make an enemy that walks through walls
● ARCHIVED · READ-ONLY
-
-
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...I can't seem to get the "through" command to work on the event, both in autonomous movement and in the move route.
-
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.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...
-
Sounds like you're using scripts to change the event's behaviour? That probably would have been good to mention ;)