4
Fork 0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

10 lines
268 B

Scriptname _00E_Lehrbuch_Plus1MemoryPointSC extends activemagiceffect
Event OnEffectStart(actor akTarget, Actor akCaster)
TalentPoints.Mod(1)
Game.GetPlayer().SetAV("dragonsouls", TalentPoints.GetValueInt())
EndEvent
GlobalVariable Property TalentPoints Auto