Posted 01 December 2012 - 08:27 AM
If I go to a computer and make the code below a program, then reboot and type
function info()
into it it will run the program?
function info()
while true do
print ("REACTOR SPECIFICATIONS")
print ("Reactor Name: Gigga 9000")
print ("Output: Over 9000 ")
print ("GENRAL INFO")
print ("Only control rods can stop the Gigga 9000")
print ("Overheated reactors activate his")
print ("MEGA DOOMSDAY cannon")
sleep(15)
end
end