Posted 13 September 2012 - 09:06 PM
Im making a game that has xp, and you fight more powerful enemys with higher xp, but for some reason it says
"bios:206: [string "gametest"]:34: 'then' expected" line 34 is line 1 of the code below.
"bios:206: [string "gametest"]:34: 'then' expected" line 34 is line 1 of the code below.
if xp =< 10 then
enemy = "knight"
end