No categories assigned
LUA:removed
- Last edited 12 years ago by I need to Update My Profile
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".