AddSPECIALPoints or SetSPECIALPoints not working

Post » Sun Jun 19, 2011 4:18 pm

i made this script for a quest with "start game enabled"

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
User avatar
W E I R D
 
Posts: 3496
Joined: Tue Mar 20, 2007 10:08 am

Return to Fallout: New Vegas