SmartBots PHP API

From SmartBots Developers Docs
PHP
Revision as of 10:50, 20 August 2016 by Gtaskincentral (Talk | contribs) (Created page with "{{DISPLAYTITLE:SmartBots PHP API}} == Available Actions == If you're familiar with Object-Orientated PHP, you've most likely already worked this out, however you can actually...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Available Actions

If you're familiar with Object-Orientated PHP, you've most likely already worked this out, however you can actually have multiple bots interacting with each other at once, in one single script! The below code demonstrates how two bots will IM each other, and then echo their responses to the screen!


Prev Section (Performing Actions)