Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- sub EVENT_SAY {
- if ($text=~/#MemmedCount/i) {
- my $memmed_count = $client->MemmedCount();
- quest::popup("Memmed Count", "You currently have $memmed_count memmed spells.");
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment