No categories assigned
LUA:used
- Last edited 12 years ago by I need to Update My Profile
This function is called when an item is used.
Syntax
used(Item, Player)
Usage
function used(Item, Player)
Say(Player, "item used")
end
When item with this function in it's script is used the play who used the item will say "item used".