Posted 03 September 2012 - 05:56 AM
OK so I'm writing an new OS and I'm ready to publish it after I get this bug removed…
So CC for some reason expects 74 to have a then statement…
the issue is that i have it there and it still needs it to be there…
Line 74:
Here's the reference to ossel
ossel:
for those wishing to see the entire code
http://pastebin.com/qJpydFC8
Note: I edited the paste for credit reasons. Line 74 is now line 75. And no it still doesent work…
So CC for some reason expects 74 to have a then statement…
the issue is that i have it there and it still needs it to be there…
Line 74:
if ossel = "lock" then
Here's the reference to ossel
ossel:
write("Select Mode: client or lock :")
ossel = read()
for those wishing to see the entire code
http://pastebin.com/qJpydFC8
Note: I edited the paste for credit reasons. Line 74 is now line 75. And no it still doesent work…