OnLootItemUsage​Called when the player starts looting an itemNo return behaviorExamples​""void OnLootItem(PlayerLoot playerLoot, Item item){ Puts("OnLootItem works!");}Copy