![]()  | 
Routines | 
| Prev: 64451 | Up: Map | Next: 64501 | 
| 
 | 
||||
| Action_Capture | 64478 | CALL Parser_ValidateDirectObject | Call Parser_ValidateDirectObject. | |
| 64481 | RET C | Return if there is no direct object in the user input (so the command is malformed). | ||
| 64482 | LD HL,64497 | HL=Table_ActionCapture_TokenGroup. | ||
| 64485 | LD DE,64499 | DE=Table_ActionCapture. | ||
| 64488 | LD BC,1 | BC=0001. | ||
| 64491 | CALL ActionRouting | Call ActionRouting. | ||
| 
 
No phrase tokens matched the user input tokens.
 
Print "You can't.".
 
 | 
||||
| 64494 | JP Response_YouCant_Duplicate | Jump to Response_YouCant_Duplicate. | ||
| 
 
The token table for the action "capture":
 
 | 
||||
| Table_ActionCapture_TokenGroup | 64497 | DEFW PhraseTokens_Roman | Token group 1. | |
| 
 
The actions table for "capture":
 
 | 
||||
| Table_ActionCapture | 64499 | DEFW Process_CaptureRoman | Action routine 1. | |
| Prev: 64451 | Up: Map | Next: 64501 |