BOT_GET_BALANCE_REPLY

From SmartBots Developers Docs
TotalControl for LSLEvents
Revision as of 08:17, 20 May 2017 by Chevonn Edelmann (Talk | contribs) (Created page with "{{DISPLAYTITLE:BOT_GET_BALANCE_REPLY}} <onlyinclude>Raised when when balance is successfully requested</onlyinclude> {{API Event Table}} {{API Variable Group|''event'' object...")

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

Raised when when balance is successfully requested

Reference

This event comes with the following event object:

Variable Required Description
event object properties:
str amount
id ---

Example

link_message( integer sender_num,balance event
    if(num==BOT_GET_BALANCE_REPLY) {

    	llOwnerSay("Bot balance is: L$" + str);
    }
}