Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local function SystemBoot()
- --1.check M.Reactor Status/Output
- --2.check B.1 and B.2 Reactor systems
- --3.check Security Status
- --4.check Battery Power Levels
- --5.if power level of facility too low, attempt to use power from batteries
- ----if battery power level too low, send request to control room to either Turn on M.Reactor(If off and security Level is at Defcon 3 or above) or Activate Backup reactor B.1 or B.2
- --6.print file or paper of current system status
- --7.show current M.Reactor Status on Terminal in M.Control Room
- --8.check current Status of compressor systems
- ----if compressor none responsive, cut power from Compressor room and send a alert over the speakers
- --9.check fuel levels in storage tanks
- ----if Level of fuel in Storage Tanks too low, send referendum to control room, then send alert over speakers
- --10.wait for all Alerts to be solved
- --11.send request to main Control room to start M.Reactor Startup Sequence.
- end
- local function M.ReactorStartup()
- --1.check Power levels of facility, if too low, will enable use of startup Generator
- --2.force send fuel and water to reactor
- --3.send alert over speakers that M.Reactor Startup Sequence has been initiated
- --4.wait for reactor fuel and water levels to reach acceptable levels
- --5.send alert to all personal to leave the reactor room
- --6.wait 60 seconds then lock reactor room doors
- --7.activate lasers
- --8. wait until reactor reaches acceptable power output
- --9. turn off lasers, wait 10 seconds, turn off startup generator, wait 20 seconds, turn off all Running Backup Reactors
- --10.send alert over speakers that reactor is now online.
- --11.set batteries to recharge
- --12.end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement