REO-EE/_module/nss/php_mod_enter.nss
Jaysyn904 f82740bbbd Initial commit
Initial commit
2024-02-22 13:22:03 -05:00

9 lines
130 B
Plaintext

#include "php_include"
#include "nwnx_funcs_w"
void main()
{
object oPC = GetEnteringObject();
PHP_LoadHitPoints(oPC);
}