View Single Post
  #3  
Old 05-31-2009, 03:12 PM
Shendare
Dragon
 
Join Date: Apr 2009
Location: California
Posts: 814
Default

If it's a regular get/set, you'd probably have to do:

Code:
$client->SetAAPoints($client->GetAAPoints() + 5);
- Shendare
Reply With Quote