Created Perl Client AddAAPoints (markdown)

Logan
2018-01-14 18:34:06 -08:00
parent f9e83c3ebd
commit 6a8bdad638
+10
@@ -0,0 +1,10 @@
adds a client aa points.
### Arguments
**Name**|**Type**|**Description**
:---|:---|:---
number|int|### Example
```perl
my number = 1;
quest::say($client->AddAAPoints(number));
```