Inform - Support - Source

Back to List

Inventory
Complete

Backward
Forward

Plain
Coloured
Gaudy

This code
in plain text

Browsing parserm.h

TestScope (lines 4922-4931)

4922  [ TestScope obj act a al sr x y;
4923      x = parser_one; y = parser_two;
4924      parser_one = obj; parser_two = 0; a = actor; al = actors_location;
4925      sr = scope_reason; scope_reason = TESTSCOPE_REASON;
4926      if (act == 0) actor = player; else actor = act;
4927      actors_location = ScopeCeiling(actor);
4928      SearchScope(actors_location, actor, 0); scope_reason = sr; actor = a;
4929      actors_location = al; parser_one = x; x = parser_two; parser_two = y;
4930      return x;
4931  ];


Last updated 27 February 2004. The librarian in charge of this page is Graham Nelson (graham@gnelson.demon.co.uk) assisted by C Knight. Please email any comments, suggestions or corrections to cedenqs@inform-fiction.org.