event onPlayerEquipHandItem (server-side)
Available since version: 0.0.1
This event is triggered when game adds item to player hand, e.g: when player opens or consumes any item.
When item is removed from hand, null is returned instead.
Parameters
int playerid, int hand, string|null instance
intplayerid: the id of the player who gets an item to his hand.inthand: the id of the hand in which player holds item. For more information see Hand constants.string|nullinstance: the item instance from Daedalus scripts.