HoS_PRC8/_mod/_module/nss/oe_test_vampire.nss

7 lines
156 B
Plaintext
Raw Permalink Normal View History

2024-11-25 19:36:07 -05:00
void main()
{
object oPC=GetEnteringObject();
if (GetIsPC(oPC)==TRUE&&GetLocalInt(oPC,"nIsVampire")!=TRUE)
{ ExecuteScript("player_vampire",oPC); }
}