Scriptname MS39NirnrootScript
short Found
begin OnAdd player
if getstage MS39 < 10
SetStage MS39 10
endif
;This ups the total when a new Nirnroot is picked
if found == 0
set MS39.NirnCountTotal to ( MS39.NirnCountTotal + 1 )
set MS39.NirnCountCurrent to ( MS39.NirnCountCurrent + 1 )
ModPCMiscStat 27 1
set found to 1
endif
end
|