Posted 16 September 2015 - 12:22 PM
so i would love to make a game/program but Variables are my biggest issue
so lets say this
loval Vac = 0
if vac == 1 then
print("BANNED")
else
print("hi")
end
ok now the code looks fine but lets say i wanted to change the variable an have it save so lets say i wanted to say banned an save
but i want to be able to have a command like unban then change the variable then reboot an save my changes
can a pro/person who know how tell me how to do this
so lets say this
loval Vac = 0
if vac == 1 then
print("BANNED")
else
print("hi")
end
ok now the code looks fine but lets say i wanted to change the variable an have it save so lets say i wanted to say banned an save
but i want to be able to have a command like unban then change the variable then reboot an save my changes
can a pro/person who know how tell me how to do this