Thalassicus
Bytes and Nibblers
@Will13
Welcome to the forums!
Thank you for those files! I'm doing compare operations to include it in the next update. I also added you to the project credits.
In lua this:
simplifies to:
Welcome to the forums!

Thank you for those files! I'm doing compare operations to include it in the next update. I also added you to the project credits.
In lua this:
Code:
hasButton7 = (Controls.Button7 ~= nil)
if hasButton7 then
simplifies to:
Code:
if Controls.Button7 then