|
atlasiic Newbie
Joined: 22 Jan 2011 Posts: 1
|
Posted: Sat Jan 22, 2011 5:42 am
How do I create a trigger that flags a door as locked? |
I have a trigger that creates doors in the automapper when I try to go through a closed door, similar to what's recommended in the help:
Code: |
#DOOR %lastdir %1; #NODIR |
What I would also like to do is create a trigger that marks the door as locked when I try to open it, if CMUD reads a certain message. Something like this:
Code: |
#TRIGGER {^It seems to be locked.} {#LOCKDOOR %lastdir} |
I can't find any command like
in the help. How can I accomplish this? |
|
|
|
Fizgar Magician
Joined: 07 Feb 2002 Posts: 333 Location: Central Virginia
|
|
_________________ Windows Vista Home Premium SP2 32-bit
AMD Athlon Dual Core 4400+ 2.31 GHz
3 GB RAM
CMUD 3.34 |
|
|
|
jessetc Newbie
Joined: 25 Mar 2011 Posts: 1
|
Posted: Fri Mar 25, 2011 8:15 pm |
Thanks man,
I was having the same issue |
|
|
|
|
|