HoS_PRC8/_mod/_module/nss/vampire_test.nss

11 lines
253 B
Plaintext
Raw Permalink Normal View History

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