Guest User

Untitled

a guest
Jun 16th, 2019
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. sub EVENT_SAY {
  2. if ($text=~/#MemmedCount/i) {
  3. my $memmed_count = $client->MemmedCount();
  4. quest::popup("Memmed Count", "You currently have $memmed_count memmed spells.");
  5. }
  6. }
Advertisement
Add Comment
Please, Sign In to add comment