![]() |
Routines |
Prev: 61017 | Up: Map | Next: 61043 |
|
||||
Are any of the variations of the helmet in the current room/ players inventory?
|
||||
Process_ExamineHelmet | 61028 | LD HL,58219 | Call CheckItemGroupPresent with Data_ItemGroup_Helmet. | |
61031 | CALL CheckItemGroupPresent | |||
The player wants to examine the helmet but is it in their inventory?
|
||||
61034 | CALL IsPlayerCarryingItem | Call IsPlayerCarryingItem. | ||
Print "It is the helmet of the god,Lug.".
|
||||
61037 | LD HL,53308 | HL=Messaging_HelmetOfGodlug. | ||
61040 | JP 60781 | Jump to 60781. |
Prev: 61017 | Up: Map | Next: 61043 |