How could I change a boolean due to its current state in lua?
If you don't understand what I mean here is an example in c++.
if(stackoverflow == true) { test != test; }
How could I convert the same logic into lua?
Aucun commentaire:
Enregistrer un commentaire