392 B
392 B
Function: HasPendingLootItem(entity, player, item_id)
Description: Identifies if the Player has a specific pending loot of item_id with the targetted Entity (NPC).
Parameters:
entity
(int32) - Integer valueentity
.player
(Spawn) - Spawn object representingplayer
.item_id
(uint32) - Integer valueitem_id
.
Returns: None.
Example:
Example Required