Lord Pickclaw says 'You invade my realm, and you kill my vassals! For that I shall strip your flesh, and wear it as tassels.'
Lord Pickclaw's corpse shouts 'I am dead, this is true. But at least my stupid rhymes are through!'
~/quests/soldunga/Lord_Picklaw.pl
Quote:
sub EVENT_SAY {
if($text=~/kneel/i) {
quest::say("$name, your allegiance to the clan is legend."
}
else if($text=~/challenges/i) {
quest::say("You want a challenge, do you?!");
plugin::Whisper("Good Luck!");
quest::zone("fearplane");
}
}
|