
1. Suppose I want to create a special monster, that can walk through everything (like a ghost or smth..). Just like ghosts in DMjava. Since I don`t know the engine structure (the Lua files are mostly the black magic to me), I don`t know if it would be possible.
Oh, and the monster should be visible INSIDE the wall, even if attacking directly from a solid wall: you`re staying behind the closed, solid wall and you see the wall AND a monster (otherwise you wouldn`t know what attacked you). So:
- the monster can walk through everything,
- the monster can attack from inside the wall,
- the monster is visible being inside the wall.
Possible?