4845 explained code solutions for 96 technologies


luaConvert boolean value to string


str = tostring(bool)ctrl + c
str

string variable that will contain true or false string

tostring

converts given value to string

bool

boolean variable