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

# title:
#  Title of the level set
title=Learning the game

# 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=DIAMONDS.MAP,krili
level=ROCKDUST.MAP,rokci
level=KEYSAFE.MAP,ckiku
level=TIMETELE.MAP,temci
level=DEADLY.MAP,morsi
level=SPIRITS.MAP,pruxi
level=MONSTERS.MAP,danlu
level=FAKE.MAP,xanri

endtext=4
Congratulations!  You have completed the tutorial levels,
and now you know about all the characters in Repton.  Why 
don't you try some harder levels now?  Use the 'L' option
from the game menu screen to load another level set.
