![]() |
Routines |
Prev: 61043 | Up: Map | Next: 61084 |
|
||||
Are any of the variations of the amulet in the current room/ players inventory?
|
||||
Process_ExamineAmulet | 61069 | LD HL,58278 | Call CheckItemGroupPresent with Data_ItemGroup_Amulet. | |
61072 | CALL CheckItemGroupPresent | |||
The player wants to examine the amulet but is it in their inventory?
|
||||
61075 | CALL IsPlayerCarryingItem | Call IsPlayerCarryingItem. | ||
Print "It is cut from a precious stone.
Images are reflected brightly
in its polished facets.
It is some sort of talisman."
|
||||
61078 | LD HL,53524 | HL=Messaging_CutFromPreciousStone. | ||
61081 | JP 60781 | Jump to 60781. |
Prev: 61043 | Up: Map | Next: 61084 |