The Four-Eyed Guide to TADS 3 by David Welbourn index
>yell |
yell matches VerbRule(Yell) which invokes YellAction. [TODO]
>yell |
actions.t |
Short description |
---|---|
DefineIAction(Yell) |
Defines class YellAction: 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(Yell) |
Associates the grammar "yell", "scream", etc. with YellAction. |
Note: VerbRule(tag) is a macro defined in en_us.h. |
Note: YellAction is defined in actions.t (see above). |
en_us\msg_neu.t |
Short description |
playerActionMessages.okayYell | '{You/he} scream{s} as loud as {it actor/he} can. ' |