No categories assigned

LUA:removed

Revision as of 17:39, 7 May 2013 by Thefoof (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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