![]()  | 
Routines | 
| Prev: 61095 | Up: Map | Next: 61125 | 
| 
 | 
||||
| 
 
Are any of the variations of the torc in the current room/ players inventory?
 
 | 
||||
| Process_ExamineTorc | 61110 | LD HL,58214 | Call CheckItemGroupPresent with Data_ItemGroup_Torc. | |
| 61113 | CALL CheckItemGroupPresent | |||
| 
 
The player wants to examine the torc but is it in their inventory?
 
 | 
||||
| 61116 | CALL IsPlayerCarryingItem | Call IsPlayerCarryingItem. | ||
| 
 
Print "This neck ring is fashioned from
gleaming bronze."
 
 | 
||||
| 61119 | LD HL,53759 | HL=Messaging_NeckRingBronze. | ||
| 61122 | JP PrintStringAndNewline_Duplicate | Jump to PrintStringAndNewline_Duplicate. | ||
| Prev: 61095 | Up: Map | Next: 61125 |