Inform - Support - Source

Back to List

Inventory
Complete

Backward
Forward

Plain
Coloured
Gaudy

This code
in plain text

Browsing parserm.h

StartDaemon (lines 4095-4105)

4095  [ StartDaemon obj i;
4096     for (i=0:i<active_timers:i++)
4097         if (the_timers-->i == $8000 + obj)
4098             rfalse;
4099     for (i=0:i<active_timers:i++)
4100         if (the_timers-->i==0) jump FoundTSlot3;
4101     i=active_timers++;
4102     if (i >= MAX_TIMERS) RunTimeError(4);
4103     .FoundTSlot3;
4104     the_timers-->i = $8000 + obj;
4105  ];


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.