I'm trying to open a trap door from a pressure plate (using lua) to do so. Oddly enough, it appears that while I can open normal doors from a different level, I cannot open pit doors. What's also odd, is the door logic (i.e isOpen) is returning true, so the game thinks its open, yet when I go up there it isn't.
Can anyone confirm this?
Opening a trap door in a different level? [solved]
Opening a trap door in a different level? [solved]
Last edited by wizard341 on Fri Sep 21, 2012 4:08 am, edited 1 time in total.
Re: Opening a trap door in a different level?
Have you tried doing it with connectors only?
"I'm okay with being referred to as a goddess."
Community Model Request Thread
See what I'm working on right now: Neikun's Workshop
Lead Coordinator for Legends of the Northern Realms Project
Community Model Request Thread
See what I'm working on right now: Neikun's Workshop
Lead Coordinator for Legends of the Northern Realms Project
- Message me to join in!
Re: Opening a trap door in a different level?
The trap doors of pits have no reason to be 2 sided, so it probably isn't identified as closed from below. You can always just link to a teleporter and teleport an item up to a plate on the level above to trigger it.
Re: Opening a trap door in a different level? [solved]
Ahh, thanks for the advice folks - a connector worked. The idea of spawning something to place on a pressure plate was going to be my backup plan though!
Re: Opening a trap door in a different level? [solved]
Boom, create a tiny step by step tutorial and you've just contributed to the community for all time.
Grimrock Community 'FrankenDungeon 2012. Submit your entry now!: http://tinyurl.com/cnupr7h
SUBMIT YOUR ASSETS! Community Asset Pack (C.A.P.): http://tinyurl.com/bqvykrp
Behold! The HeroQuest Revival!: http://tinyurl.com/cu52ksc
SUBMIT YOUR ASSETS! Community Asset Pack (C.A.P.): http://tinyurl.com/bqvykrp
Behold! The HeroQuest Revival!: http://tinyurl.com/cu52ksc
- Montis
- Posts: 340
- Joined: Sun Apr 15, 2012 1:25 am
- Location: Grimrock II 2nd playthrough (hard/oldschool)
Re: Opening a trap door in a different level? [solved]
It might be worthy to keep an eye on this, as it might as well be a bug.wizard341 wrote:I'm trying to open a trap door from a pressure plate (using lua) to do so. Oddly enough, it appears that while I can open normal doors from a different level, I cannot open pit doors. What's also odd, is the door logic (i.e isOpen) is returning true, so the game thinks its open, yet when I go up there it isn't.
Can anyone confirm this?