Adjust char_gen variable
This commit is contained in:
@@ -18,7 +18,7 @@ rem.ConfigureWeaponFire({
|
|||||||
|
|
||||||
-- Dynamic Enviroments and Characters
|
-- Dynamic Enviroments and Characters
|
||||||
|
|
||||||
local char_gen = "1"
|
local char_gen = "trent"
|
||||||
local fileChar = io.open(".\\REM\\Avatars\\characters.txt", "w")
|
local fileChar = io.open(".\\REM\\Avatars\\characters.txt", "w")
|
||||||
if fileChar then
|
if fileChar then
|
||||||
fileChar:write(char_gen)
|
fileChar:write(char_gen)
|
||||||
|
|||||||
Reference in New Issue
Block a user