Forum Discussion
FML2010
15 years agoVisitor
is because there is no "then" in there?
ive had issues with them placed in the wrong spot
or should the "then " be with the elseif msg.isButtonPressed() ?
ive had issues with them placed in the wrong spot
msg = wait(0, screen.GetMessagePort())
if msg.isScreenClosed() then
print "Screen closed"
exit while
else if msg.isButtonPressed()
or should the "then " be with the elseif msg.isButtonPressed() ?