Inform - Support - Source

Back to List

Inventory
Complete

Backward
Forward

Plain
Coloured
Gaudy

This code
in plain text

Browsing verblibm.h

FullScoreSub (lines 867-884)

0867  [ FullScoreSub i;
0868    ScoreSub();
0869    if (score==0 || TASKS_PROVIDED==1) rfalse;
0870    new_line;
0871    L__M(##FullScore,1);
0872   
0873    for (i=0:i<NUMBER_TASKS:i++)
0874        if (task_done->i==1)
0875        {   PANum(task_scores->i);
0876            PrintTaskName(i);
0877        }
0878    
0879    if (things_score~=0)
0880    {   PANum(things_score); L__M(##FullScore,2); }
0881    if (places_score~=0)
0882    {   PANum(places_score); L__M(##FullScore,3); }
0883    new_line; PANum(score); L__M(##FullScore,4);
0884  ];


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.