Prev: 60856 Up: Map Next: 60891
60880: Is Player Carrying Item?
Input
A Item ID
Output
F Z flag set if the item is in the players inventory
IsPlayerCarryingItem 60880 CALL CheckObjectInInventory Call CheckObjectInInventory.
60883 RET Z Return if the item is in the players inventory.
60884 POP HL Restore HL from the stack.
Print "You're not carrying ".
60885 LD HL,43675 HL=Messaging_YoureNotCarrying.
60888 JP 60798 Jump to 60798.
Prev: 60856 Up: Map Next: 60891