No Place Like Home

Example 137
★★★

Recording a whole table of scores for specific treasures.

Suppose we want to assign scores for a whole range of objects the player might pick up. One systematic way to do this would be with a table of point values for things:

"No Place Like Home"
Use scoring.
The Hall of the Gnome King is a room. The emerald cow is a thing in the Hall of the Gnome King. The ivory chessman is a thing in the Hall of the Gnome King. The book of incantations is a thing in the Hall of the Gnome King.
Table of Point Values
itemscore
cow10
incantations4
chessman1
Report taking an item listed in the Table of Point Values:
   increase the score by the score entry;
   blank out the whole row.
Test me with "take all".
Test me with "take all".
Hall of the Gnome King
You can see an emerald cow, an ivory chessman and a book of incantations here.

>(Testing.)

>[1] take all
emerald cow: Taken.
ivory chessman: Taken.
book of incantations: Taken.

[Your score has just gone up by fifteen points.]

"Blank out the whole row" removes the line from the table, so that each award will occur only once. The player will not be able to earn more and more points by dropping and taking the same item again.