Prev: F8F2 Up: Map Next: F975
F956: Action: Take
Used by the routine at Action_Get.
Action_Take F956 LD HL,$F965 HL=Table_ActionTake_TokenGroup.
F959 LD DE,$F96D DE=Table_ActionsTake.
F95C LD BC,$0004 BC=0004.
F95F CALL ActionRouting Call ActionRouting.
Print "Please rephrase that.".
F962 JP Response_PleaseRephraseThat_Duplicate Jump to Response_PleaseRephraseThat_Duplicate.
The token table for the action "take":
Table_ActionTake_TokenGroup F965 DEFW PhraseTokens_MeatFromTrader Token group 01.
F967 DEFW PhraseTokens_AmuletFromDruid Token group 02.
F969 DEFW PhraseTokens_CloakFromBody Token group 03.
F96B DEFW PhraseTokens_SwordFromSlab Token group 04.
The actions table for "take":
Table_ActionsTake F96D DEFW Process_TakeMeatFromTrader Action routine 01.
F96F DEFW Process_TakeAmuletFromDruid Action routine 02.
F971 DEFW Process_TakeCloakFromBody Action routine 03.
F973 DEFW Process_TakeSwordFromSlab Action routine 04.
Prev: F8F2 Up: Map Next: F975