HoS_PRC8/_mod/_module/nss/oe_test_vampire.nss
Jaysyn904 04165202c0 Initial upload
Initial upload
2024-11-25 19:36:07 -05:00

7 lines
156 B
Plaintext

void main()
{
object oPC=GetEnteringObject();
if (GetIsPC(oPC)==TRUE&&GetLocalInt(oPC,"nIsVampire")!=TRUE)
{ ExecuteScript("player_vampire",oPC); }
}