Posted 09 May 2013 - 11:02 PM
I was creating an elevator script with "logic" and i have come across the error:
bios:206: [string "elevator"]:38 'then' expected.
The section of the script it is in is:
if distance == -2 then
down()
down()
level = level-2
waiting = true
end
The line it points to is the end.
bios:206: [string "elevator"]:38 'then' expected.
The section of the script it is in is:
if distance == -2 then
down()
down()
level = level-2
waiting = true
end
The line it points to is the end.