|
Kage Newbie
Joined: 21 Dec 2004 Posts: 1
|
Posted: Tue Dec 21, 2004 7:13 pm
Questing triggers |
I'm trying to create a questing triggers for a godwars mud. The quests are to find four objects, and it's in a layout like this:
You still need to find the following:
A mining pick.
A leather belt.
The Titanic Arm plates of Hercules.
An ivory hilted dagger.
I want the activating portion of the trigger to be the "You still need to find the following: A mining pick" but I don't know how to set the trigger to match text from two different lines. Can someone help me out? |
|
|
|
DeathDealer Adept
Joined: 20 Jul 2004 Posts: 268
|
Posted: Wed Dec 22, 2004 4:08 pm |
best bet is use the msg u get from doing complete card (item) to send complete card and have it trigger offa the 1st thing listed there.
Code: |
#TRIGGER {A quest card now requires } {#T+ Quests;complete card} |
This of course means that i have a Quests folder that has the SW's or portal activations.
Code: |
#TRIGGER { A mining pick.} {#T- Quests;SW to pick;get pick;complete card pick} |
|
|
|
|
|
|