|
Jared242004 Beginner
Joined: 28 Jul 2004 Posts: 21 Location: Canada
|
Posted: Fri Sep 10, 2004 7:30 pm
Trigger to turn of classes |
I am wondering if you can make a trigger to turn on a certain class and to turn off that class
Goblin statue is standing tall here.
trigger: turn on class goblins
Apple tree is here waiting for you to pick apples.
trigger: turn off goblins
trigger: turn on trees
something like that?
Thanks
Jared |
|
|
|
mr_kent Enchanter
Joined: 10 Oct 2000 Posts: 698
|
Posted: Fri Sep 10, 2004 7:40 pm Re: Trigger to turn of classes |
#TRIGGER {^Goblin statue is standing tall here.$} {#T+ goblins}
trigger: turn on class goblins
#TRIGGER {^Apple tree is here waiting for you to pick apples.$} {#T- goblins;#T+ trees} |
|
|
|
Jared242004 Beginner
Joined: 28 Jul 2004 Posts: 21 Location: Canada
|
Posted: Fri Sep 10, 2004 8:04 pm |
cool thanks
|
|
|
|
|
|