Prev: 60838 Up: Map Next: 60856
60850: Handler: Check Player Inventory And Pick Up Item
Helper routine to check if the conditions are good for picking up an item and then jumping to the pick up item handler.
Input
A Item ID
Handler_CheckPlayerInventory_PickUpItem 60850 CALL Check_PlayerInventory Call Check_PlayerInventory.
60853 JP Handler_PickUpItem Jump to Handler_PickUpItem.
Prev: 60838 Up: Map Next: 60856