#how do I make a level system in 4x?
1 messages · Page 1 of 1 (latest)
it is the same? global variables didnt change its all just called player variables
so any ways make 3 or 4 player variables (4 if you have a stat system)
if exp ≥ expn(exp needed) -> set exp - expn -> set expn + 5 ->set level +1 -> (if has stat system) set stat +1
You can also use an array so it's all in 1 variable