10 lines
423 B
Plaintext
10 lines
423 B
Plaintext
|
Scriptname _00E_LehrbuchRestoration100 extends activemagiceffect
|
||
|
|
||
|
Event OnEffectStart(Actor akTarget, Actor akCaster)
|
||
|
Levelsystem.ReadPrimarySkillBook("Restoration", 100, _00E_LehrbuchRestorationTo100, _00E_Levelsystem_sSkillNameRestoration)
|
||
|
EndEvent
|
||
|
|
||
|
_00E_QuestFunctions Property Levelsystem Auto
|
||
|
Potion Property _00E_LehrbuchRestorationTo100 Auto
|
||
|
Message Property _00E_Levelsystem_sSkillNameRestoration Auto
|