heres my quest
#npcsname.pl
sub EVENT_SAY {
if ($text =~/Hail/i){
quest::say ("Greetings, $name.The Followers of Light is a Light Race Only Guild You must pick a guild based on your race before you exit Tutorial Light Races are humman Barbarian Erudite High Elf Wood Elf Half Elf Dwarf Halfling Gnome froglok Vah Shir Are you ready to [join] ?"); }
if ($text =~ /join/i) {quest::setguild(3,0);}
}
|