7 lines
156 B
Plaintext
7 lines
156 B
Plaintext
void main()
|
|
{
|
|
object oPC=GetEnteringObject();
|
|
if (GetIsPC(oPC)==TRUE&&GetLocalInt(oPC,"nIsVampire")!=TRUE)
|
|
{ ExecuteScript("player_vampire",oPC); }
|
|
}
|