The Four-Eyed Guide to TADS 3 by David Welbourn index


YELL

Syntax

Default minimal behavior

>yell
You scream as loud as you can.

yell matches VerbRule(Yell) which invokes YellAction. [TODO]

Simple Yelling

>yell
[TODO]

Summary of library references to yelling

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. '