Guest User

Untitled

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