Prev: 63730 Up: Map Next: 63861
63830: Action: Take
Used by the routine at Action_Get.
Action_Take 63830 LD HL,63845 HL=Table_ActionTake_TokenGroup.
63833 LD DE,63853 DE=Table_ActionsTake.
63836 LD BC,4 BC=0004.
63839 CALL ActionRouting Call ActionRouting.
Print "Please rephrase that.".
63842 JP Response_PleaseRephraseThat_Duplicate Jump to Response_PleaseRephraseThat_Duplicate.
The token table for the action "take":
Table_ActionTake_TokenGroup 63845 DEFW PhraseTokens_MeatFromTrader Token group 1.
63847 DEFW PhraseTokens_AmuletFromDruid Token group 2.
63849 DEFW PhraseTokens_CloakFromBody Token group 3.
63851 DEFW PhraseTokens_SwordFromSlab Token group 4.
The actions table for "take":
Table_ActionsTake 63853 DEFW Process_TakeMeatFromTrader Action routine 1.
63855 DEFW Process_TakeAmuletFromDruid Action routine 2.
63857 DEFW Process_TakeCloakFromBody Action routine 3.
63859 DEFW Process_TakeSwordFromSlab Action routine 4.
Prev: 63730 Up: Map Next: 63861