Inform - Support - Source

Back to List

Inventory
Complete

Backward
Forward

Plain
Coloured
Gaudy

This code
in plain text

Browsing parserm.h

TraceAction (lines 5259-5274)

5259  #Endif; ! TARGET_
5260   
5261  [ TraceAction source ar;
5262      if (source < 2) print "[ Action ", (DebugAction) action;
5263      else {
5264          if (ar == ##Order)
5265              print "[ Order to ", (name) actor, ": ", (DebugAction) action;
5266          else
5267              print "[ Life rule ", (DebugAction) ar;
5268      }
5269      if (noun ~= 0)   print " with noun ", (DebugParameter) noun;
5270      if (second ~= 0) print " and second ", (DebugParameter) second;
5271      if (source == 0) print " ";
5272      if (source == 1) print " (from < > statement) ";
5273      print "]^";
5274  ];


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 assisted by C Knight.