mirror of
https://github.com/EQEmu/Server.git
synced 2026-07-01 08:07:16 +00:00
Created Perl Client AccountID (markdown)
@@ -0,0 +1,11 @@
|
||||
Retrieve a [client](client)'s account ID. An Account ID is wraps all characters together, and can be found in the database [Account](account).
|
||||
|
||||
### Example
|
||||
|
||||
```perl
|
||||
sub EVENT_SAY {
|
||||
if($text=~/hail/i) {
|
||||
quest::say("Your account ID is: ".$client->AccountID().".";
|
||||
}
|
||||
}
|
||||
```
|
||||
Reference in New Issue
Block a user