tIf NumStoppedTo, NumSubwaySaying, or NumPlaying are zero, the relevant features are now disabled (rather than crashing the program). - vaccinewars - be a doctor and try to vaccinate the world
git clone git://src.adamsgaard.dk/vaccinewars
Log
Files
Refs
README
LICENSE
---
commit ebbf53c779d9c989c286a27e1cf4daab3b731642
parent a32052e9719d23a8583d821a019636f2e693a365
Author: Ben Webb 
Date:   Sat,  6 Apr 2002 19:49:28 +0000

If NumStoppedTo, NumSubwaySaying, or NumPlaying are zero, the relevant
features are now disabled (rather than crashing the program).


Diffstat:
  M doc/configfile.html                 |      10 ++++++----

1 file changed, 6 insertions(+), 4 deletions(-)
---
diff --git a/doc/configfile.html b/doc/configfile.html
t@@ -589,7 +589,8 @@ suffice:-
Sets there to be 5 distinct things that the lady on the subway says to you. If this number is greater than the old number of sayings, the newly added sayings will be blank; if it is smaller, the sayings that are now -beyond the end of the list will be deleted.
+beyond the end of the list will be deleted. If set to zero, the lady will +be mercifully silent.
Playing= { "Song 1", "Song 2", "Song 3" }
Sets the list of things which you can sometimes hear playing while t@@ -598,12 +599,13 @@ displayed. See the help for SubwaySaying for more details.
NumPlaying=4
Sets there to be 4 distinct things which you can sometimes hear -playing.
+playing. (Set this to zero to disable this feature.)
StoppedTo= { "have a beer", "smoke a joint", "smoke a cigar", "smoke a Djarum", "smoke a cigarette" }
Sets the list of things which you sometimes stop to do while jetting; -see SubwaySaying for more details.
+see SubwaySaying for more details. (Set this to zero to disable this +feature.)
NumStoppedTo=5
Sets there to be 5 distinct things which you can stop to do.
t@@ -618,6 +620,6 @@ any drugs, and clients will display this information if available. -

Last update: 22-03-2002

+

Last update: 06-04-2002