mirror of
https://github.com/EnergyMech/energymech.git
synced 2025-12-29 16:14:43 +00:00
8 lines
327 B
Plaintext
8 lines
327 B
Plaintext
Trivia game files
|
|
|
|
trivia question file needs to be 1 line per question, each line in the form ``question*answer''
|
|
|
|
compile mkindex and run ``./mkindex <triviafile>'' to build the necessary index
|
|
|
|
put ``set qfile <triviafile>'' in your mechs config file, the mech will try to open ``trivia/<triviafile>'' when you start trivia
|