Rune_PRC8/_module/nss/fvex_mod_death.nss
Jaysyn904 d1c309ae63 Initial commit
Initial commit
2024-09-13 09:10:39 -04:00

9 lines
188 B
Plaintext

//#include "f_vampire_spls_h"
void main()
{
object oPC = GetLastPlayerDied();
/* if(GetIsVampire(oPC)) ExecuteScript("f_vampiredied", oPC);
else */ ExecuteScript("nw_o0_death", oPC);
}