9 lines
188 B
Plaintext
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);
|
||
|
}
|