- Joined
- Jun 26, 2020
- Messages
- 1,928
I'm not very into Lua yet so I have some doubts about using Lua, I mean, first since there is not values types is too easy call a function and add it illegal values like put a player where must be a unit, second since to declare an object like a variable or function I just put the name and there it is, I can call a "non existing" value or function and the code will compile normally, I know I can compare if the value isn't nil, but it was too tedious and less efficient and in other case, if I miss a charcater the code could compile normally; so what should I do?