Got first problem taken care of,ty for the help code
Code:
#Quest file for Mesa - Server Guide
sub EVENT_SAY{
if($text=~/hail/i){
plugin::DiaWind("Hello {gold}$name~! Would you like some basic {lb}information~ [server information>");
}
if($text=~/information/i){
plugin::DiaWind("Make sure to check your {lb}AA's~ as some classes get freebies aswell as custom aa's. Exp is fairly fast but group exp is double!
Make sure your server {r}files~ are up to date by speaking with {g}Mahk~. The Server {lb}website~ contains more information. Speak to {y}Deevan~ to proceed! [website>");
}
if($text=~/website/i){
plugin::DiaWind("Our forums can be located at {g}eqanw.forumotion.com~");
}
}