Updated Perl Client AccountID (markdown)

Logan
2018-01-14 18:24:20 -08:00
parent fd742310b9
commit 680c75d6d7
+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().".";
}
}
``` ```