scn zRepairQuestScriptshort OutsideVaultbegin gamemode if OutsideVault == 0 if (GetStageDone VCG01 200) == 1 if (GetQuestRunning VCG04) == 0 set OutsideVault to 1 endif endif elseif OutsideVault == 1 stopquest zSuperRepairQuest player.additem zRepairItem 1 player.additem zRepairItem2 1 player.modav health 5 player.AddSPECIALPoints 16 player.AddTagSkills 1 endifend
everything is working except the AddSPECIALPoints
i try using SetSPECIALPoints but it also not work
*** edit ***
if i put the line after AddTagSkills, the AddSPECIALPoints work but not the AddTagSkills
