No categories assigned

LUA:removed

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