Inform - Support - Source

Back to List

Inventory
Complete

Backward
Forward

Plain
Coloured
Gaudy

This code
in plain text

Browsing parserm.h

StopTimer (lines 4086-4093)

4086  [ StopTimer obj i;
4087     for (i=0:i<active_timers:i++)
4088         if (the_timers-->i==obj) jump FoundTSlot2;
4089     rfalse;
4090     .FoundTSlot2;
4091     if (obj.&time_left==0) { RunTimeError(5,obj); return; }
4092     the_timers-->i=0; obj.time_left=0;
4093  ];


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.