diff --git a/Perl-Client-AddAAPoints.md b/Perl-Client-AddAAPoints.md new file mode 100644 index 0000000..e2f0a70 --- /dev/null +++ b/Perl-Client-AddAAPoints.md @@ -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)); +``` \ No newline at end of file