View Single Post
  #1  
Old 05-31-2009, 12:05 PM
realityincarnate
Developer
 
Join Date: Dec 2007
Posts: 122
Default Quest AA functions

Inspired by a tangent in another thread, I added two quest functions to the $client object for giving AAs via perl. They are:

$client->GetAAPoints() - returns the number of AA the character currently has
$client->SetAAPoints(value) - sets the character's AA count to 'value' and sends an update to the client
Reply With Quote