32 lines
1.3 KiB
Plaintext
32 lines
1.3 KiB
Plaintext
\b;Programs dispatched by Houston
|
|
According to the data transmitted by the satellite, our engineers have developed two programs. The first one guides the \l;shielder bot\u object\botshld; through the narrow valley north close to the place where the key has been located. You can follow it without fearing any attack:
|
|
\c;
|
|
\s;extern void object::Outward()
|
|
\s;{
|
|
\s; \l;shield\u cbot\shield;(1,15); // activate the shield
|
|
\s; \l;goto\u cbot\goto;(6,160); // go close to the key
|
|
\s; \l;shield\u cbot\shield;(0,15); // deactivate the shield
|
|
\s;}
|
|
\n;
|
|
The second program guides the \l;shielder bot\u object\botshld; back to the \l;spaceship\u object\base;:
|
|
\c;
|
|
\s;extern void object::Return()
|
|
\s;{
|
|
\s; \l;shield\u cbot\shield;(1,15); // activate the shield
|
|
\s; \l;goto\u cbot\goto;(8,60); // go to the spaceship
|
|
\s; \l;shield\u cbot\shield;(0,15); // deactivate the shield
|
|
\s;}
|
|
\n;
|
|
\b;Archives
|
|
Index of the programs dispatched in former missions:
|
|
|
|
o \c;\l;ServiceTower1\u programs/8_ServiceTower1;\n;
|
|
o \c;\l;CollectTitanium3\u programs/7_CollectTitanium3;\n;
|
|
o \c;\l;KillAnt1\u programs/6_KillAnt1;\n;
|
|
o \c;\l;CollectTitanium2\u programs/5_CollectTitanium2;\n;
|
|
o \c;\l;CollectTitanium1\u programs/4_CollectTitanium1;\n;
|
|
o \c;\l;Recharge2\u programs/3_Recharge2;\n;
|
|
o \c;\l;Recharge1\u programs/2_Recharge1;\n;
|
|
o \c;\l;SwitchCell1\u programs/1_SwitchCell1;\n;
|
|
|