10 lines
201 B
Plaintext
10 lines
201 B
Plaintext
|
Scriptname _00E_Lehrbuch_Plus2SkillpointsScript extends activemagiceffect
|
||
|
|
||
|
Event OnEffectStart(actor akTarget, Actor akCaster)
|
||
|
|
||
|
Lernpunkte.Mod(2)
|
||
|
|
||
|
EndEvent
|
||
|
|
||
|
GlobalVariable Property Lernpunkte Auto
|