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