home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Plus! (NZ) 2001 October
/
PCW1001.iso
/
Games
/
startopiademo1.exe
/
missions
/
33
/
mish33.txt
< prev
next >
Wrap
Text File
|
2001-05-14
|
2KB
|
127 lines
:autorun
if
then
title "Tutorial04"
disallow decks mid_deck
disallow decks Sub_deck
set reply01 3
set reply02 3
disable
end
:energytopup
if
turn > topup
then
set topup (turn + 1000)
set energy 100000
end
:biotutorial010
if
turn > 10
then
tutorial "tutorial_tutorial70" set biotutorial 1
disable
end
:biotutorial020
if
biotutorial = 1
then
tutorial "tutorial_tutorial71" set biotutorial 2 "OSDbiodeckland"
disable
end
:biotutorial030
if
biotutorial = 2
then
tutorial "tutorial_tutorial72" set biotutorial 3
disable
end
:biotutorial040
if
biotutorial = 3
then
tutorial "tutorial_tutorial73" set biotutorial 4 "OSDbiodeckwater"
disable
end
:biotutorial050
if
biotutorial = 4
then
tutorial "tutorial_tutorial74" set biotutorial 5
disable
end
:biotutorial060
if
biotutorial = 5
then
tutorial "tutorial_tutorial75" set biotutorial 6
disable
end
:biotutorial070
if
biotutorial = 6
then
tutorial "tutorial_tutorial76" set biotutorial 7 "OSDbiodecksize1"
disable
end
:biotutorial080
if
biotutorial = 7
then
tutorial "tutorial_tutorial77" set biotutorial 9 "OSDbiodecksize4"
disable
end
:biotutorial090
if
biotutorial = 9
then
tutorial "tutorial_tutorial78" set biotutorial 10
disable
end
:biotutorial100
if
biotutorial = 10
then
tutorial "tutorial_tutorial79" set biotutorial 11 "OSDBiodecktoggle"
disable
end
:biotutorial190
if
turn > scriptwait
biotutorial = 11
then
set biotutorial 12
incoming local_comms icon 0 respond reply02 "tutorial_tutorial80"
end
:biotutorial200
if
reply02 = 2
then
win
disable
end
:biotutorial300
if
reply02 < 2
then
set reply02 3
set scriptwait (turn + 200)
set biotutorial 11
end