Added _00E_EPHandler to handle out experience points
This commit is contained in:
parent
4f7ee5227e
commit
4c3f824c34
BIN
scripts/_00e_ephandler.pex
Normal file
BIN
scripts/_00e_ephandler.pex
Normal file
Binary file not shown.
7
source/scripts/_00e_ephandler.psc
Normal file
7
source/scripts/_00e_ephandler.psc
Normal file
@ -0,0 +1,7 @@
|
||||
Scriptname _00E_EPHandler
|
||||
|
||||
Function GiveEP(int ToGive) Global
|
||||
|
||||
((Game.GetForm(0x14) as Actor) as _00E_EPUpdateFunctions).receiveEP(ToGive)
|
||||
|
||||
EndFunction
|
Loading…
Reference in New Issue
Block a user