enderalse/source/scripts/_00e_ephandler.psc

8 lines
153 B
Plaintext

Scriptname _00E_EPHandler
Function GiveEP(int ToGive) Global
((Game.GetForm(0x14) as Actor) as _00E_EPUpdateFunctions).receiveEP(ToGive)
EndFunction