Introduction
[Main] [Next]

CommandExt contains two library extension files that can be added to your project either individually as required, or all together. Both extensions in one way or another provide enhanced functionality for giving orders to NPCs.

The most significant, TCommand, adds defines a new TCommandTopic that makes it easier to code NPCs' responses to commands involving particular actions and direct objects. It also defines some additional properties on CommandTopic and DefaultCommandTopic.

GiveToAskFor simply defines a StringPreparser that converts commands of the form BOB, GIVE ME X to ASK BOB FOR X.


Please send any comments or bug reports to Eric Eve (eric.eve@hmc.ox.ac.uk)