Odd… never had that problem
zee
22
Perhaps if you’re doing else if, but not elseif. For example:
if this then
-- doshit
else if not this then
-- do other shit
end
end
You don’t need to end an elseif condition, you’re only ending the if condition
zee
24
That probably doesn’t make sense, it’s pretty hard to explain and it doesn’t help that I’m shit at explaining stuff either.