How to create hidden pits?
Posted: Thu Sep 13, 2012 11:36 pm
Well the title basically says it. I want to have trap doors that open when you step on them so you fall down.
I already though about using a silent teleporter to fake this with a similar room with a trapdoor, but the problem is that the party should be able to return to the place and see the open trapdoors. With multiple pits I would have to recreate the room too often to be feasible.
I also tried spawning a pit with: spawn("dungeon_pit",level,x,y,facing) but the standard floor doesn't get removed so there's some serious z-fighting going on afterwards, which looks very bad.
Any ideas?
I already though about using a silent teleporter to fake this with a similar room with a trapdoor, but the problem is that the party should be able to return to the place and see the open trapdoors. With multiple pits I would have to recreate the room too often to be feasible.
I also tried spawning a pit with: spawn("dungeon_pit",level,x,y,facing) but the standard floor doesn't get removed so there's some serious z-fighting going on afterwards, which looks very bad.
Any ideas?