mirror of
https://github.com/ProjectEQ/projecteqquests
synced 2026-08-12 00:26:10 -04:00
6 lines
No EOL
646 B
Raku
6 lines
No EOL
646 B
Raku
sub EVENT_SAY {
|
|
if ($text=~/hail/i) {
|
|
quest::say("Hello, $name. I`ve found a secret cubbyhole where we can hide our loot. If you have any coins you want to stash here, give them to me.");
|
|
quest::popup("Banking", "<br>Lyndroh is a banker, which means that you can give him money and equipment to store for later.<br><br>You can use any banker by <c \"#00F0F0\">right clicking</c> on them. You can withdraw and deposit items at any bank as though the <c \"#00A000\">Bank Window</c> were part of your inventory.<br><br> <c \"#F07F00\">Drop off or pick up any items you'd like from your bank and click 'OK' to continue.</c>", 18);
|
|
}
|
|
} |