Common Tasks
From Bebot Wiki 2
Jump to navigationJump to searchCommon Tasks (functions) Used in developing modules.
Lookup Character Information
Look up CharacterID from Character Name
$this -> bot -> core("chat") -> get_uid($name);
$this -> bot -> core("chat") -> get_uid($name);