4
Fork 0

Added _00E_EPHandler to handle out experience points

remove-levelsystem
Eddoursul 4 months ago
parent 4f7ee5227e
commit 4c3f824c34
  1. BIN
      scripts/_00e_ephandler.pex
  2. 7
      source/scripts/_00e_ephandler.psc

Binary file not shown.

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