TraceAction (lines 4242-4255)
Back to List
Browsing parserm.h
4242 [ TraceAction source ar;
4243 if (source<2) print "[ Action ", (DebugAction) action;
4244 else
4245 { if (ar==##Order)
4246 print "[ Order to ", (name) actor, ": ", (DebugAction) action;
4247 else
4248 print "[ Life rule ", (DebugAction) ar;
4249 }
4250 if (noun~=0) print " with noun ", (DebugParameter) noun;
4251 if (second~=0) print " and second ", (DebugParameter) second;
4252 if (source==0) print " ";
4253 if (source==1) print " (from < > statement) ";
4254 print "]^";
4255 ];
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.