Difference between revisions of "Common Tasks"

From Bebot Wiki 2
Jump to navigationJump to search
(Created page with '====== Common Tasks (functions) Used in developing modules. ====== ===== Lookup Character Information ===== ==== Look up CharacterID from Character Name ==== <code php> $this -…')
 
(No difference)

Latest revision as of 22:43, 16 September 2020

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);