![]() |
Routines |
Prev: 62788 | Up: Map | Next: 62969 |
|
||||
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. | ||
Print "He's not interested.".
|
||||
62963 | LD HL,56488 | HL=Messaging_HesNotInterested. | ||
62966 | JP 60781 | Jump to 60781. |
Prev: 62788 | Up: Map | Next: 62969 |