|
Zaac Newbie
Joined: 22 Oct 2004 Posts: 2
|
Posted: Fri Apr 15, 2005 11:41 pm
Question about %w |
I once used %w factor to open a closed door automatically after walking into it...
Direction: North
Trigger: the %w is closed.
Open %w.
But instead of opening north, it says open door which doesn't work for the particular game I play. Any suggestions? I'm quite new to working triggers and I'm just starting to read through a lot of the stuff on this site. |
|
|
|
Kiasyn Apprentice
Joined: 05 Dec 2004 Posts: 196 Location: New Zealand
|
Posted: Sat Apr 16, 2005 2:27 am |
#TRIGGER {the %w is closed.} {open %1}
|
|
|
|
mr_kent Enchanter
Joined: 10 Oct 2000 Posts: 698
|
Posted: Sat Apr 16, 2005 7:47 am |
#TRIGGER {the * is closed.$} {open %lastcom}
|
|
|
|
asm Wanderer
Joined: 19 Jul 2004 Posts: 68
|
Posted: Sun Apr 17, 2005 6:10 am |
Store the direction in a variable, and 'open @dir'
|
|
|
|
|
|