Difference between revisions of "LUA:removed"

(Created page with "This function is called when an item is removed. ==== Syntax ==== removed(Item, target) ==== Usage ==== <pre> function removed(Item, Player) Say(Player, "remove function ca...")
 
(No difference)

Latest revision as of 17:39, 7 May 2013

This function is called when an item is removed.

Syntax

removed(Item, target)

Usage

function removed(Item, Player)
    Say(Player, "remove function called")
end

When an item with this function is called the player will say "remove function called".


Back to LUA Items Index