



TraceAction (lines 5259-5274)
Back to List
Browsing parserm.h
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. 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.