Just wondering if a command equivalent to this exists.
Unfortunately "pc_stat(#) := #" doesn't work, nor does "set_pc_stat(#, #)" because neither command exists.
If somebody knows a way to set these values instead of just read them, please let me know. There's other ways to modify rep and exp without using PCSTAT variables, but not level (that I can find anyway)
Thank you
Fallout 2's DEFINE.H said:#define PCSTAT_unspent_skill_points (0)
#define PCSTAT_level (1)
#define PCSTAT_experience (2)
#define PCSTAT_reputation (3)
#define PCSTAT_karma (4)
#define PCSTAT_max_pc_stat (5)
Unfortunately "pc_stat(#) := #" doesn't work, nor does "set_pc_stat(#, #)" because neither command exists.
If somebody knows a way to set these values instead of just read them, please let me know. There's other ways to modify rep and exp without using PCSTAT variables, but not level (that I can find anyway)
Thank you