R3PC level set
# Above line identifies this as a level set

# title:
#  Title of the level set
title=Helen's levels

# compiler:
#  Who compiled the set
compiler=George Foot

# lives:
#  If set to a number, this is the number of lives for the entire game.
#  Otherwise:
#    infinite - unlimited lives
#    level - number of lives is set to each level's value at the start 
#        of that level
#    auto - initially you have zero lives, but when you enter a level
#        you get that level's quota added on
lives=infinite

# levels:
#  Number of levels in the set
levels=8

# level:
#  These specify the filenames for the levels, in order.  The default
#  directory is the one containing the set description file.  This may
#  be a datafile.
#
#  If a level name is followed by a comma and a string, the first 8 
#  characters of that string are the password to jump to that level.
level=hf1.map,1
level=hf2.map,2
level=hf3.map,3
level=hf4.map,4
level=hf5.map,5
level=rockndis.map,6
level=cagey.map,7
level=easy.map,8

endtext=1
Congratulations!  You have completed Helen's levels.
