Inform - Support - Source

Back to List

Inventory
Complete

Backward
At End

Plain
Coloured
Gaudy

This code
in plain text

Browsing infix.h

Conclusion of file (lines 991-1025)

0991  Verb meta ";i" ";inv" ";inventory"
0992       * -> InfixInv;
0993  Verb meta ";x" ";examine"
0994       * InfixRvalue -> InfixExamine;
0995  Verb meta ";xo" ";examineo"
0996       * InfixRvalue -> InfixExamineO;
0997  Verb meta ";xs" ";examines"
0998       * InfixRvalue -> InfixExamineS;
0999  Verb meta ";<"
1000       * InfixActionToken -> InfixAction
1001       * InfixActionToken InfixRvalue -> InfixAction
1002       * InfixActionToken InfixRvalue InfixRvalue -> InfixAction;
1003  Verb meta ";"
1004       * -> InfixWelcome
1005       * InfixRvalue -> InfixEval;
1006  Verb meta ";give"
1007       * InfixRvalue InfixRvalue -> InfixGive;
1008  Verb meta ";move"
1009       * InfixRvalue "to" InfixRvalue -> InfixMove;
1010  Verb meta ";remove"
1011       * InfixRvalue -> InfixRemove;
1012  Verb meta ";watch" ";w"
1013       * -> InfixWatchOn
1014       * "timers"/"daemons" -> TimersOn
1015       * "timers"/"daemons" "off" -> TimersOff
1016       * "actions" -> ActionsOn
1017       * "actions" "off" -> ActionsOff
1018       * "messages" -> RoutinesOn
1019       * "messages" "off" -> RoutinesOff
1020       * "objects" -> ChangesOn
1021       * "objects" "off" -> ChangesOff
1022       * InfixRvalueTerm -> InfixWatchOn
1023       * InfixRvalueTerm "off" -> InfixWatchOff;
1024   
1025  ! ------------------------------------------------------------------------


Last updated 27 February 2004. This site is no longer supported; information may be out of date.
Maintained as a historical archive by the Interactive Fiction Technology Foundation. Copyright 1993-2018 IFTF, CC-BY-SA unless otherwise noted.
This page was originally managed by Graham Nelson (graham@gnelson.demon.co.uk) assisted by C Knight.