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
|
### Example
|
||||||
|
|
||||||
```perl
|
```perl
|
||||||
sub EVENT_SAY {
|
my val = $client->AccountID();
|
||||||
if($text=~/hail/i) {
|
quest::say(val);
|
||||||
quest::say("Your account ID is: ".$client->AccountID().".";
|
|
||||||
}
|
|
||||||
}
|
|
||||||
```
|
```
|
||||||
Reference in New Issue
Block a user