2021-10-05 22:15:58 +00:00
|
|
|
Scriptname _00E_Lehrbuch_Plus1MemoryPointSC extends activemagiceffect
|
|
|
|
|
|
|
|
Event OnEffectStart(actor akTarget, Actor akCaster)
|
|
|
|
|
|
|
|
TalentPoints.Mod(1)
|
2023-12-08 02:45:53 +00:00
|
|
|
Game.GetPlayer().SetActorValue("dragonsouls", TalentPoints.GetValueInt())
|
2021-10-05 22:15:58 +00:00
|
|
|
|
|
|
|
EndEvent
|
|
|
|
|
|
|
|
GlobalVariable Property TalentPoints Auto
|