The Four-Eyed Guide to TADS 3 by David Welbourn index
>again |
again matches VerbRule(Again) which invokes AgainAction. [TODO]
actions.t |
Short description |
---|---|
DefineIAction(Again) |
Defines class AgainAction: IAction |
Note: DefineIAction(name) is a macro defined in adv3.h. |
Note: IAction is a class defined in action.t. |
en_us\en_us.t |
Short description |
VerbRule(Again) |
Associates the grammar "again" with AgainAction. |
Note: VerbRule(tag) is a macro defined in en_us.h. |
Note: AgainAction is defined in actions.t (see above). |
en_us\msg_neu.t |
Short description |
libMessages.againCannotChangeActor() | "<.parser>To repeat a command like <q>turtle, go north,</q> just say <q>again,</q> not <q>turtle, again.</q><./parser> " |
libMessages.againCannotTalkToTarget(issuer, target) | "\^<<issuer.theName>> cannot repeat that command. " |
libMessages.noCommandForAgain() | "<.parser>There's nothing to repeat.<./parser> " |