Prev: 64478 Up: Map Next: 64528
64501: Action: Place/ Lean/ Lay
Action_Place 64501 CALL Parser_ValidateTwoDirectObjects Call Parser_ValidateTwoDirectObjects.
64504 RET C Return if there are not two direct objects in the user input (so the command is malformed).
64505 LD HL,64520 HL=Table_ActionPlace_TokenGroup.
64508 LD DE,64524 DE=Table_ActionPlace.
64511 LD BC,2 BC=0002.
64514 CALL ActionRouting Call ActionRouting.
No phrase tokens matched the user input tokens.
Print "You can't.".
64517 JP Response_YouCant_Duplicate Jump to Response_YouCant_Duplicate.
The token table for the action "place":
Table_ActionPlace_TokenGroup 64520 DEFW PhraseTokens_LadderAgainstPlatform Token group 1.
64522 DEFW PhraseTokens_SwordOnSlab Token group 2.
The actions table for "place":
Table_ActionPlace 64524 DEFW Process_PlaceLadderAgainstPlatform Action routine 1.
64526 DEFW Process_PlaceSwordOnSlab Action routine 2.
Prev: 64478 Up: Map Next: 64528