Inform - Support - Source

Back to List

Inventory
Complete

Backward
Forward

Plain
Coloured
Gaudy

This code
in plain text

Browsing verblibm.h

NotSupportingThePlayer (lines 1452-1460)

1452  [ NotSupportingThePlayer o i;
1453    i=parent(player);
1454    while (i~=0 && i~=visibility_ceiling)
1455    {   if (i==o) rfalse;
1456        i = parent(i);
1457        if (i~=0 && i hasnt supporter) rtrue;
1458    }
1459    rtrue;
1460  ];


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.