10 lines
379 B
Plaintext
10 lines
379 B
Plaintext
|
Scriptname _00E_LehrbuchSneak75 extends activemagiceffect
|
||
|
|
||
|
Event OnEffectStart(Actor akTarget, Actor akCaster)
|
||
|
Levelsystem.ReadPrimarySkillBook("Sneak", 75, _00E_LehrbuchSneakTo75, _00E_Levelsystem_sSkillNameSneaking)
|
||
|
EndEvent
|
||
|
|
||
|
_00E_QuestFunctions Property Levelsystem Auto
|
||
|
Potion Property _00E_LehrbuchSneakTo75 Auto
|
||
|
Message Property _00E_Levelsystem_sSkillNameSneaking Auto
|