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.
 
 
 

17 lines
470 B

Scriptname _00E_Erinnerungslehrbuch extends activemagiceffect
Int Property Value = 1 Auto
GlobalVariable Property Talentpoints auto
Event OnEffectStart(Actor akTarget, Actor akCaster)
Talentpoints.SetValue(Talentpoints.GetValue() + Value)
Game.GetPlayer().SetAV("dragonsouls", TalentPoints.GetValueInt())
_00E_MQP03_sMemoryPointGained.Show(Value)
endEvent
Message Property _00E_MQP03_sMemoryPointGained Auto
_00E_NQ02_NewHorizons_Library Property NQ02 Auto