SetPronoun (lines 3581-3587)
Back to List
Browsing parserm.h
3581 [ SetPronoun dword value x;
3582 for (x = 1 : x <= LanguagePronouns-->0: x = x+3)
3583 if (LanguagePronouns-->x == dword)
3584 { LanguagePronouns-->(x+2) = value; return;
3585 }
3586 RunTimeError(14);
3587 ];
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.