Usage
Syntax: carriesbush
Returns true or false.
Explanation
carriesbush returns a true or false value depending on whether the player is actively carrying a bush.
carriesbush is read-only.
Example
//#CLIENTSIDE function onCreated(){ if (player.carriesbush) { player.chat = "I am carrying a bush"; } }
Categories
CategoryBuiltInVariable
There are no comments on this page. [Add comment]