Posted 10 April 2014 - 09:52 PM
I want to make a Missile System on computercraft.
There is a MASTERCOMPUTER and several SiloComputers.
The MasterComputer is the only computer that can access the Silocomputers but the silocomputers Can't launch manually; only through the Mastercomputer.
When the Mastercomputer receives the "Usagecode" to use the Mastercomputer, it will log in.
Then the MasterComputer asks to launch "Key Y" or to abort launch "key N"
Then the Mastercomputer aks what Silocomputer to use because there are several Silocomputers
After Silocomputer has been selected Activates the Selected Silocomputer.
The MasterComputer asks the User what the Coordinates are XYZ
When USer inserts XYZ manually the MasterComputer sends it to the Selected Silocomputer.
The MasterComputer asks the Launch Code if wrong REBOOT to Step 1
If LaunchCode is true MasterComputer asks if user wants to proceed '' Y OR N ''
When Y is selected Silocomputer waits 30 seconds until launch and a Alarm goes off by the MasterComputer .
But after the Launch Code has been activated the User can Abort this with an Abortcode.
When countingdown the MasterComputer displays the countdown time.
After Missile Has been Launched The Compiter Reboots.
When cntr+T , cntrl+S or Cntr+R has been used the computer ignores it and proceeds the program.
Thanks For your Help. :D/>
steps
———
1. Greets User Press A key to continue.
2. Enter UsageCode ( Code = Firstcode11 )
3. Asks To Launch "key Y" or Abort Launch "key N"
4. If "Y" then Computer asks what Silocomputer to use because there are several SiloComputers. If "N" Computer Reboots
5. After Silocomputer has been selected, this computer will be activated.
6. then the silocomputer asks the mastercomputer the coordinates.
7. User inserts XYZ coordinates, Mastercomputer sends the Coordinates to silocomputer
8. Mastercomputer Asks user the Launchcode. (Code = xxx )
9. When LaunchCode is confirmed. Asks the User if he wants to proceed the launch "Y or N"
10. When "Y" is selected Silocomputer waits 30 seconds until launch,
Like this the User can abort with An ABORTCODE ( Code = Abortcode11 )
While waiting in the room where the Mastercomputer stands an alarm goes off for 30 seconds.
11. there is also a countdown screen with the remaining time.
12. After Launching or aborting the Computer Reboots to "Step 1".
There is a MASTERCOMPUTER and several SiloComputers.
The MasterComputer is the only computer that can access the Silocomputers but the silocomputers Can't launch manually; only through the Mastercomputer.
When the Mastercomputer receives the "Usagecode" to use the Mastercomputer, it will log in.
Then the MasterComputer asks to launch "Key Y" or to abort launch "key N"
Then the Mastercomputer aks what Silocomputer to use because there are several Silocomputers
After Silocomputer has been selected Activates the Selected Silocomputer.
The MasterComputer asks the User what the Coordinates are XYZ
When USer inserts XYZ manually the MasterComputer sends it to the Selected Silocomputer.
The MasterComputer asks the Launch Code if wrong REBOOT to Step 1
If LaunchCode is true MasterComputer asks if user wants to proceed '' Y OR N ''
When Y is selected Silocomputer waits 30 seconds until launch and a Alarm goes off by the MasterComputer .
But after the Launch Code has been activated the User can Abort this with an Abortcode.
When countingdown the MasterComputer displays the countdown time.
After Missile Has been Launched The Compiter Reboots.
When cntr+T , cntrl+S or Cntr+R has been used the computer ignores it and proceeds the program.
Thanks For your Help. :D/>
steps
———
1. Greets User Press A key to continue.
2. Enter UsageCode ( Code = Firstcode11 )
3. Asks To Launch "key Y" or Abort Launch "key N"
4. If "Y" then Computer asks what Silocomputer to use because there are several SiloComputers. If "N" Computer Reboots
5. After Silocomputer has been selected, this computer will be activated.
6. then the silocomputer asks the mastercomputer the coordinates.
7. User inserts XYZ coordinates, Mastercomputer sends the Coordinates to silocomputer
8. Mastercomputer Asks user the Launchcode. (Code = xxx )
9. When LaunchCode is confirmed. Asks the User if he wants to proceed the launch "Y or N"
10. When "Y" is selected Silocomputer waits 30 seconds until launch,
Like this the User can abort with An ABORTCODE ( Code = Abortcode11 )
While waiting in the room where the Mastercomputer stands an alarm goes off for 30 seconds.
11. there is also a countdown screen with the remaining time.
12. After Launching or aborting the Computer Reboots to "Step 1".
Edited on 09 January 2015 - 08:52 PM