Quote:
Originally Posted by lerxst2112
It looks like it is just a number that increments as things are added to the entity list.
Try Client::AccountID()
|
Ah-ha, that makes sense. Thanks.
Quote:
Originally Posted by joligario
Yes, it is an entity id. If you want the true characterid from the database, you should use $client->CharacterID()
|
And thanks, just what I needed.