This is completely untested but try this
Code:
sub EVENT_SAY {
if($text=~/Hail/i) {
quest::say("Welcome to The Forgotten Halls, $name. Please Let me Know if you want Some (information) about the halls.");
}
if($text=~/information/i) {
quest::say("These Halls use to be used by Taelosian pilgrims studing magic and the control granite. After a while it was open to adventures, Raiders, And Informents looking for a place to rest and continue there journeys or give information. Because it was a grathing for adventures, Raiders, And Informents any evil people like Cazic Thul Wanted it Distoryed. Cause so The Taelosian Elders Had it sealed off. But that was years ago. This place was left behind in time, Untill The Rifts showed up all over Norath. I and my assistent was sent into one to see wher it led. We came out here, a place sealed by the elders. We started to look around to see if we could find the source of the rifts. We did just that. We found a Huge Strang Crystal That was never recorded in our history books. We did research and came to a conclusion. This stone was the sorce of the Rifts, and it dosn't seem to cause any harm to us.");
quest::say("We also found out that only those that have a perpous to come here can pas through the Rifts and inter here. Everyone asks the same question, Yes this place is safe. Please Let me know if you want (locations) of the Merchants here and osther stuff.");
}
if($text=~/locations/i) {
quest::say("this will come soon");
}
}
Here are a few links that may help you with quest writing.
Code:
http://www.eqemulator.net/wiki/wikka.php?wakka=QuestTutorial
http://www.eqemulator.net/wiki/wikka.php?wakka=QuestObjects