10 lines
408 B
Plaintext
10 lines
408 B
Plaintext
|
Scriptname _00E_HandwerksbuchSmithing25 extends activemagiceffect
|
||
|
|
||
|
Event OnEffectStart(Actor akTarget, Actor akCaster)
|
||
|
Levelsystem.ReadCraftingSkillBook("Smithing", 25, _00E_HandwerksbuchSmithingTo25, _00E_Levelsystem_sSkillNameSmithing)
|
||
|
EndEvent
|
||
|
|
||
|
_00E_QuestFunctions Property Levelsystem Auto
|
||
|
Potion Property _00E_HandwerksbuchSmithingTo25 Auto
|
||
|
Message Property _00E_Levelsystem_sSkillNameSmithing Auto
|