jesus,code does absolutly nothing without specific entries,what in this checks for any stats?
#define check_restock_item(the_item, min_amt, max_amt, res_perc) \
restock_amt := random(min_amt, max_amt); \
if...
can set enable to each of them to 0,wont see in game if u do
oops had current rad rather then rad resist in slightly feral,this fixes it
edit : the fix wont affect perk ranks already taken
think yes,in the mod folder of sfall is 'gl_npcarmor' i havent tried it tho
edit : aftr readng the script u need the art from b-team mod and the sfall script
you can use a sfall global to detect when karma changes,then modifiy it to ur specs,similar to this :
procedure start;
procedure start begin
if(game_loaded) then begin
set_global_script_repeat(60); //tells sfal to repeat every 60 frames,so once per second...