|
TehJunkAcct Newbie
Joined: 07 May 2004 Posts: 7 Location: USA
|
Posted: Sat Jun 26, 2004 11:49 pm
Open Door Triggers |
i got this trigger to open a door when i enter the room..
#Tr {(%w)%s- ~(The (%w) is closed~)} {Open %2 %1}
%1 = Direction to open it from, And %2 = name of the door
i need it to Get Key;Unlock %2;Drop Key;Open %2 %1 If The next line recieve is It seems to be locked.
anyway to do that?
thanks for the help |
|
|
|
LightBulb MASTER
Joined: 28 Nov 2000 Posts: 4817 Location: USA
|
Posted: Sun Jun 27, 2004 3:19 am |
#TR {(%w)%s- ~(The (%w) is closed~)} {Open %2 %1}
#COND {It seems to be locked} {Get Key;Unlock %t2;Drop Key;Open %t2 %t1} {Within|Param=1} |
|
|
|
|
|