my script_constants.h doesnt have export_constant2. when i try place export_constant2("bSkipAmmo", SP_SKIPAMMO); it gave 66 error. (can refer attachment).
also dont have export_constant("bAddStealRate", SP_ADD_STEAL_RATE); just have script_set_constant("bAddStealRate",SP_ADD_STEAL_RATE,false); so i try this
script_set_constant("bAddStealRate",SP_ADD_STEAL_RATE,false);
script_set_constant("bSkipAmmo",SP_SKIPAMMO,false);
still no luck.
also i try put export_constant("bSkipAmmo", SP_SKIPAMMO); at bottom, also not working. still giving pc_bonus : unknown type error..