I cannot make this work:
[code]
local flag = true
if flag then
end
[/code]
I know there is a way to make that work without doing:<br>if flag == true then<br> <something><br>end<br>
I swallow my pride and ask for help on something SIMPLE like this… help me!! What’s the right syntax? The WOW Lua scripters say you can do what I show up top and it works, but I cannot make that syntax work in Corona.
Thanks in advance. [import]uid: 74844 topic_id: 13713 reply_id: 313713[/import]