enderalse/source/scripts/_00e_erinnerungslehrbuch.psc

17 lines
470 B
Plaintext

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