|
saturdae Newbie
Joined: 03 Sep 2004 Posts: 2
|
Posted: Fri Sep 03, 2004 8:46 am
Need help with setting this trigger |
I need help on creating a trigger that allows me to scan for my quest mob.
When I get a quest, I will pass the mob's name into a variable @qmob.
I am thinking of making use of this variable to help me search for my mob better.
The mud have a command 'scan' which will output the following for e.g.:
Right here you see:
- The large caterpillar
East from here you see:
- The buzzing wasp
- The black beetle
- The black beetle
2 East from here you see:
- The fireant
South from here you see:
- The black beetle
- Eric, the half-a-bee
3 South from here you see:
- The black fly
- The tiny mouse
- The tiny mouse
Let's say my current value in @qmob is "The black beetle", I would like to make it to blink, so that when i scan my quest mob, i can notice it easier.
Thanks in advance. |
|
|
|
nexela Wizard
Joined: 15 Jan 2002 Posts: 1644 Location: USA
|
Posted: Fri Sep 03, 2004 12:28 pm |
#HELP %ansi
#HELP SUB
#TR {- ({@qmob})} {#SUB {%ansi(blink,hi,red)%1}} |
|
|
|
saturdae Newbie
Joined: 03 Sep 2004 Posts: 2
|
Posted: Fri Sep 03, 2004 3:45 pm |
Tried it and it worked.
Thanks for helping. |
|
|
|
|
|