![]()  | 
Routines | 
| Prev: 64528 | Up: Map | Next: 64587 | 
| 
 | 
||||
| Action_Step | 64559 | CALL Parser_ValidateDirectObject | Call Parser_ValidateDirectObject. | |
| 64562 | RET C | Return if there is no direct object in the user input (so the command is malformed). | ||
| 64563 | CP 2 | Jump to Response_PleaseRephraseThat_Duplicate if there were more than 2 direct objects referenced in the user input (so the command is malformed). | ||
| 64565 | JP NC,Response_PleaseRephraseThat_Duplicate | |||
| 64568 | LD HL,64583 | HL=Table_ActionStep_TokenGroup. | ||
| 64571 | LD DE,64585 | DE=Table_ActionStep. | ||
| 64574 | LD BC,1 | BC=0001. | ||
| 64577 | CALL ActionRouting | Call ActionRouting. | ||
| 
 
No phrase tokens matched the user input tokens.
 
Print "You can't.".
 
 | 
||||
| 64580 | JP Response_YouCant_Duplicate | Jump to Response_YouCant_Duplicate. | ||
| 
 
The token table for the action "step":
 
 | 
||||
| Table_ActionStep_TokenGroup | 64583 | DEFW PhraseTokens_IntoRing_Duplicate | Token group 1. | |
| 
 
The actions table for "step":
 
 | 
||||
| Table_ActionStep | 64585 | DEFW Process_StepIntoRing | Action routine 1. | |
| Prev: 64528 | Up: Map | Next: 64587 |