mirror of
https://github.com/EQEmu/Server.git
synced 2026-07-01 03:57:18 +00:00
Created Perl Client AddAAPoints (markdown)
@@ -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));
|
||||||
|
```
|
||||||
Reference in New Issue
Block a user