Posted 15 January 2013 - 05:04 AM
This is a par of the broken script, which i put seperate in a program.
Please don't think im dumb and i did it correct here and i forgot a ')' in the script because i didn't. I've looked over it 1000 times i can't get whats wrong please help me. thanks
if (a=0) and (b=0) and (c=0) then
break
elseif (a~=0) and (b=0) and (c=0) then
c=60
b=60
a=(a-1)
elseif (c=0) and (b~=0) and (c~=0) then
c=60
b=(b-1)
else
c=(c-1)
end
When i run this it says: :1: ')' expected.Please don't think im dumb and i did it correct here and i forgot a ')' in the script because i didn't. I've looked over it 1000 times i can't get whats wrong please help me. thanks