Usage

Syntax: function onSwordChanges(string newSword, string oldSword) { }

Explanation

Is called when a player's sword changes.

Example

function onSwordChanges(newSword, oldSword)
{
  echo("foo");
}

... echoes "foo".

Categories

CategoryFunctionEvent
Comments [Hide comments/form]
Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by WikkaWiki