Jazzier charset
This commit is contained in:
17
lmtvg.paw
17
lmtvg.paw
@ -8,7 +8,7 @@ FLAG crunchvol;
|
||||
|
||||
DEFAULTS
|
||||
{
|
||||
CHARSET: 0;
|
||||
CHARSET: 1;
|
||||
INK: 9;
|
||||
PAPER: 0;
|
||||
FLASH: 0;
|
||||
@ -34,12 +34,12 @@ LOCATION intro
|
||||
You play as {16}{6}Wimpy{16}{7}, host of the Linux Matters podcast with friends {16}{5}Popey{16}{7} and
|
||||
{16}{4}Mark{16}{7}.^^
|
||||
In common with the classic adventures, you can control Wimpy by entering simple words and sentences in English.
|
||||
A simple example may be {20}{1}GET CAKE{20}{0} whereas a more complex one such as {20}{1}SAY
|
||||
TO MARK \"GO NORTH AND QUICKLY RUB THE DEPRESSING FERRET ON THE BALLOON THEN RELEASE IT\"{20}{0} may
|
||||
A simple example may be {0}GET CAKE{1} whereas a more complex one such as {0}SAY
|
||||
TO MARK \"GO NORTH AND QUICKLY RUB THE DEPRESSING FERRET ON THE BALLOON THEN RELEASE IT\"{1} may
|
||||
also be possible. Depending on how well I've programmed the game, either the ferret or the balloon will
|
||||
be free.^^
|
||||
Perhaps the first command to enter might be {20}{1}HELP{20}{0}, but it pays to be curious so make sure
|
||||
you always {20}{1}EXAMINE{20}{0} everything you can.";
|
||||
Perhaps the first command to enter might be {0}HELP{1}, but it pays to be curious so make sure
|
||||
you always {0}EXAMINE{1} everything you can.";
|
||||
}
|
||||
|
||||
LOCATION scene
|
||||
@ -109,11 +109,14 @@ VOCABULARY
|
||||
ADVERB 143: "LOUDL";
|
||||
ADVERB 144: "CAREF", "SOFTL", "GENTL";
|
||||
|
||||
NOUN: "PASSW", "1234", "HUNTER", "12345";
|
||||
NOUN 15: "MARK";
|
||||
NOUN 16: "POPEY", "ALAN";
|
||||
NOUN 17: "GRAHA", "DEGVI";
|
||||
NOUN: "PASSW", "1234", "HUNTER", "12345", "BEANS";
|
||||
NOUN: "BISCU", "PACKE";
|
||||
NOUN: "MUG", "CUP";
|
||||
VERB: "HELP";
|
||||
VERB: "EAT";
|
||||
VERB: "EAT", "CONSU", "BITE", "CRUNC", "CHOMP";
|
||||
}
|
||||
|
||||
OBJECT notused 0
|
||||
|
Reference in New Issue
Block a user