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