Posted 03 June 2012 - 12:43 PM
Got This When Trying To Use Code:
bios:25: bad argument: double expected, got nil
Code:all = colors.combine ( colors.white, colors.blue, colors.orange )
o = colors.combine ( colors.orange)
b = colors.combine ( colors.blue )
w = colors.combine ( colors.white )
term.setCursorPos(18,7)
textutils.slowPrint ("NY Islanders RULE")
sleep(3)
term.setCursorPos(18,8)
write ("white")
white = read()
term.setCursorPos(18,9)
write ("blue")
blue = read()
term.setCursorPos(18,10)
write ("Orange")
Orange = read()
term.setCursorPos(18,11)
write ("ALL")
ALL = read()
textutils.slowPrint ("Shrine Activated! ")
sleep(3) ——————————————— It Gets Stuck Right After Sleep(3) It Worked Before
rs.setBundledOutput ("back", w)
sleep((red))
rs.setBundledOutput ("back", 0)
rs.setBundledOutput ("back", :)/>/>
sleep((blue))
rs.setBundledOutput ("back", 0)
rs.setBundledOutput ("back", o)
sleep((Orange))
rs.setBundledOutput ("back", all)
sleep((ALL))
rs.setBundledOutput ("back", 0)
os.reboot()
I Still Can't Figure Out Whats Wrong Cause I'm A HOBO!!!
bios:25: bad argument: double expected, got nil
Code:all = colors.combine ( colors.white, colors.blue, colors.orange )
o = colors.combine ( colors.orange)
b = colors.combine ( colors.blue )
w = colors.combine ( colors.white )
term.setCursorPos(18,7)
textutils.slowPrint ("NY Islanders RULE")
sleep(3)
term.setCursorPos(18,8)
write ("white")
white = read()
term.setCursorPos(18,9)
write ("blue")
blue = read()
term.setCursorPos(18,10)
write ("Orange")
Orange = read()
term.setCursorPos(18,11)
write ("ALL")
ALL = read()
textutils.slowPrint ("Shrine Activated! ")
sleep(3) ——————————————— It Gets Stuck Right After Sleep(3) It Worked Before
rs.setBundledOutput ("back", w)
sleep((red))
rs.setBundledOutput ("back", 0)
rs.setBundledOutput ("back", :)/>/>
sleep((blue))
rs.setBundledOutput ("back", 0)
rs.setBundledOutput ("back", o)
sleep((Orange))
rs.setBundledOutput ("back", all)
sleep((ALL))
rs.setBundledOutput ("back", 0)
os.reboot()
I Still Can't Figure Out Whats Wrong Cause I'm A HOBO!!!