View Single Post
  #1  
Old 12-18-2008, 08:25 PM
Producer_BMW's Avatar
Producer_BMW
Hill Giant
 
Join Date: Jan 2008
Location: VA
Posts: 181
Exclamation How do I make this work ? (.pl)

sub EVENT_SAY {

if ($text =~/hail/i {
quest:::say ("hello $name , Which guild would you like to be in [blood] or [crip].");
}

if ($text =~/blood/i {
quest:::say (" there you go");
quest::guild set $name (1);

}
}

just a ruff draft on how i want it to look this one was just done from memory
any heelp would be bad ass
__________________
"From the deepest desires often come the deadliest hate.”
Reply With Quote