mirror of
https://github.com/ProjectEQ/projecteqquests
synced 2026-08-12 00:26:10 -04:00
9 lines
No EOL
274 B
Perl
9 lines
No EOL
274 B
Perl
#The Court Chronicler sells a tome that tells of Talon Southpaw, for the Whistling Fists quest line
|
|
|
|
sub EVENT_SAY {
|
|
if($text =~ /hail/i) {
|
|
quest::say("Greetings, $name. May I interest you in one of the tomes of our history?"); #Made this up
|
|
}
|
|
}
|
|
|
|
#Submitted by Jim Mills |