Inform - Support - Source

Back to List

Inventory
Complete

Backward
Forward

Plain
Coloured
Gaudy

This code
in plain text

Browsing parserm.h

BeforeRoutines (lines 4007-4016)

4007  [ BeforeRoutines;
4008    if (GamePreRoutine()~=0) rtrue;
4009    if (RunRoutines(player,orders)~=0) rtrue;
4010    if (location~=0 && RunRoutines(location,before)~=0) rtrue;
4011    scope_reason=REACT_BEFORE_REASON; parser_one=0;
4012    SearchScope(ScopeCeiling(player),player,0); scope_reason=PARSING_REASON;
4013    if (parser_one~=0) rtrue;
4014    if (inp1>1 && RunRoutines(inp1,before)~=0) rtrue;
4015    rfalse;
4016  ];


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.