Inform - Support - Source

Back to List

Inventory
Complete

Backward
Forward

Plain
Coloured
Gaudy

This code
in plain text

Browsing parserm.h

NoteObjectAcquisitions (lines 4909-4918)

4909  [ NoteObjectAcquisitions i;
4910      objectloop (i in player)
4911          if (i hasnt moved) {
4912              give i moved;
4913              if (i has scored) {
4914                  score = score + OBJECT_SCORE;
4915                  things_score = things_score + OBJECT_SCORE;
4916              }
4917          }
4918  ];


Last updated 27 February 2004. The librarian in charge of this page is Graham Nelson (graham@gnelson.demon.co.uk) assisted by C Knight. Please email any comments, suggestions or corrections to cedenqs@inform-fiction.org.