Prev: 62904 Up: Map Next: 62969
62955: Process: Buy Meat From Trader With Salt
The player wants to buy meat from the trader using the salt, check if the version of the trader in the current room is the one selling meat.
Process_BuyMeatFromTraderWithSalt 62955 LD A,60 Call ValidateItemPresent with item 60: "A trader,selling some meat".
62957 CALL ValidateItemPresent
If "A trader,selling some meat" is not present in the current room then print "You can't.".
62960 JP NZ,Response_YouCant_Duplicate Jump to Response_YouCant_Duplicate if "A trader,selling some meat" is not present in the current room.
The trader selling meat is here, but print "He's not interested.".
62963 LD HL,56488 HL=Messaging_HesNotInterested.
62966 JP PrintStringAndNewline_Duplicate Jump to PrintStringAndNewline_Duplicate.
Prev: 62904 Up: Map Next: 62969