View Single Post
  #2  
Old 03-23-2013, 07:54 AM
Secrets's Avatar
Secrets
Demi-God
 
Join Date: May 2007
Location: b
Posts: 1,449
Default

Quote:
Originally Posted by revloc02c View Post
With $client->GetAAPoints() and $client->SetAAPoints() you can add and remove AA points (that are not spent).

I am wondering, is there a command that can check the number of AA points that have been spent?

Yep, from source:
Perl_croak(aTHX_ "Usage: Client::GetSpentAA(THIS)");
Reply With Quote