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