Common Tasks

From Bebot Wiki 2
Revision as of 22:43, 16 September 2020 by B3b0tUzR (talk | contribs) (Created page with '====== Common Tasks (functions) Used in developing modules. ====== ===== Lookup Character Information ===== ==== Look up CharacterID from Character Name ==== <code php> $this -…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
Common Tasks (functions) Used in developing modules.[edit]
Lookup Character Information[edit]

Look up CharacterID from Character Name[edit]

$this -> bot -> core("chat") -> get_uid($name);