Prev: 64441 Up: Map Next: 64478
64451: Action: Eat
Action_Eat 64451 CALL Parser_ValidateDirectObject Call Parser_ValidateDirectObject.
64454 RET C Return if there is no direct object in the user input (so the command is malformed).
64455 LD HL,64470 HL=Table_ActionEat_TokenGroup.
64458 LD DE,64474 DE=Table_ActionEat.
64461 LD BC,2 BC=0002.
64464 CALL 45278 Call 45278.
Print "You must be joking.".
64467 JP Response_YouMustBeJoking Jump to Response_YouMustBeJoking.
The token table for the action "eat":
Table_ActionEat_TokenGroup 64470 DEFW PhraseTokens_Food Token group 1.
64472 DEFW PhraseTokens_Meat Token group 2.
The actions table for "eat":
Table_ActionEat 64474 DEFW Process_EatFood Action routine 1.
64476 DEFW Process_EatMeat Action routine 2.
Prev: 64441 Up: Map Next: 64478