Lua bytechar - VanaDev/Vana GitHub Wiki
A value that can be a Lua string of a single character or it can be an integer value between 0 and 255.
e.g.
bytechar = 0xFF; bytechar = "H";
A value that can be a Lua string of a single character or it can be an integer value between 0 and 255.
e.g.
bytechar = 0xFF; bytechar = "H";