Thread: default.pl
View Single Post
  #4  
Old 02-22-2005, 02:39 AM
Richardo
Banned
 
Join Date: Oct 2003
Location: Mattmecks Basement
Posts: 546
Default

You dont need all this plugin crap bud.. Here is a nice little default quest for you... Btw, syntax may be incorrect, I am very tired right now hehe..



sub EVENT_SAY
{
if($text=~/Hail/i)
quest::say("Hello $name");
}

sub EVENT_DEATH{
quest::me("falls to the ground.");
}

sub EVENT_ATTACK{
quest::me("charges at %name ready to attack.");
}
}
}
Reply With Quote