Inform - Support - Source

Back to List

Inventory
Complete

Backward
Forward

Plain
Coloured
Gaudy

This code
in plain text

Browsing parserm.h

TestScope (lines 3987-3996)

3987  [ TestScope obj act a al sr x y;
3988    x=parser_one; y=parser_two;
3989    parser_one=obj; parser_two=0; a=actor; al=actors_location;
3990    sr=scope_reason; scope_reason=TESTSCOPE_REASON;
3991    if (act==0) actor=player; else actor=act;
3992    actors_location=ScopeCeiling(actor);
3993    SearchScope(actors_location,actor,0); scope_reason=sr; actor=a;
3994    actors_location=al; parser_one=x; x=parser_two; parser_two=y;
3995    return x;
3996  ];


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.