Added _00E_EPHandler to handle out experience points

This commit is contained in:
Eddoursul 2024-01-05 19:26:23 +01:00
parent 4f7ee5227e
commit 4c3f824c34
2 changed files with 7 additions and 0 deletions

BIN
scripts/_00e_ephandler.pex Normal file

Binary file not shown.

View File

@ -0,0 +1,7 @@
Scriptname _00E_EPHandler
Function GiveEP(int ToGive) Global
((Game.GetForm(0x14) as Actor) as _00E_EPUpdateFunctions).receiveEP(ToGive)
EndFunction