The Four-Eyed Guide to TADS 3 by David Welbourn index
Note that SAY HELLO TO singleDobj is a different command and is equivalent to TALK TO singleDobj.
>hello >me, hello >bill, hello |
hello matches VerbRule(Hello) which invokes HelloAction. [TODO]
>hello |
actions.t |
Short description |
---|---|
DefineIAction(Hello) |
Defines class HelloAction: IAction |
Note: DefineIAction(name) is a macro defined in adv3.h. |
Note: IAction is a class defined in action.t. |
actor.t |
Short description |
objects.t |
Short description |
thing.t |
Short description |
en_us\en_us.t |
Short description |
VerbRule(Hello) |
Associates the grammars "hello", "hi", etc. with HelloAction. |
Note: VerbRule(tag) is a macro defined in en_us.h. |
Note: HelloAction is defined in actions.t (see above). |
en_us\msg_neu.t |
Short description |