mirror of
https://github.com/ProjectEQ/projecteqquests
synced 2026-08-12 00:26:10 -04:00
9 lines
No EOL
218 B
Raku
9 lines
No EOL
218 B
Raku
sub EVENT_SAY {
|
|
if ($text=~/hail/i) {
|
|
quest::say("Hail thyself, $name! What brings you to these parts? Did you come in search of the treasure too?");
|
|
}
|
|
}
|
|
|
|
sub EVENT_ITEM {
|
|
plugin::return_items(\%itemcount);
|
|
} |