Rune_PRC8/_module/nss/fvex_mod_death.nss

9 lines
188 B
Plaintext
Raw Permalink Normal View History

2024-09-13 09:10:39 -04:00
//#include "f_vampire_spls_h"
void main()
{
object oPC = GetLastPlayerDied();
/* if(GetIsVampire(oPC)) ExecuteScript("f_vampiredied", oPC);
else */ ExecuteScript("nw_o0_death", oPC);
}