mirror of
https://github.com/He4eT/yet-another-experiment.git
synced 2026-05-05 00:57:22 +00:00
Initial commit
This commit is contained in:
commit
46da433a7b
5 changed files with 118 additions and 0 deletions
42
experiment.t
Normal file
42
experiment.t
Normal file
|
|
@ -0,0 +1,42 @@
|
|||
#include <adv3.h>
|
||||
#include <en_us.h>
|
||||
|
||||
versionInfo: GameID
|
||||
name = 'Uncontrolled experiment'
|
||||
byline = 'by He4eT'
|
||||
authorEmail = 'He4eT <He4eTHb1u@gmail.com>'
|
||||
desc = 'A simple demo for TADS 3.'
|
||||
version = '0'
|
||||
IFID = 'F1E9FCB6-84D5-4FFA-B7E6-74458D83018B'
|
||||
showCredit () {"
|
||||
Some credits here.
|
||||
";}
|
||||
showAbout () {"
|
||||
<< desc >> <br>
|
||||
Set of usefull examples for developers.
|
||||
";}
|
||||
;
|
||||
|
||||
gameMain: GameMainDef
|
||||
initialPlayerChar = me
|
||||
|
||||
experimentNumber = 0
|
||||
dayNumber = 21
|
||||
|
||||
showIntro () {"
|
||||
<.p>
|
||||
<q>Experiment <<experimentNumber>>,
|
||||
day number <<dayNumber>>,</q>
|
||||
a cold mechanical voice suddenly interrupts
|
||||
your restless sleep.
|
||||
<q>Have a nice day!</q>
|
||||
<.p>
|
||||
";}
|
||||
showGoodbye () {"
|
||||
<.p>Game over<.p>
|
||||
";}
|
||||
;
|
||||
|
||||
#include "src/room/orangeRoom.t"
|
||||
|
||||
#include "src/actor/pc.t"
|
||||
Loading…
Add table
Add a link
Reference in a new issue