Usage

Syntax: carriesvase
Returns true or false.

Explanation

carriesvase returns a true or false value depending on whether the player is actively carrying a vase.

carriesvase is read-only.

Example

//#CLIENTSIDE
function onCreated(){
  if (player.carriesvase) {
   player.chat = "I am carrying a vase";
  }
}


Categories

CategoryBuiltInVariable

There are no comments on this page. [Add comment]

Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by WikkaWiki