Files
Jaysyn904 1eefc84201 Initial Commit
Initial Commit.
2025-09-14 15:40:46 -04:00

11 lines
319 B
Plaintext

void main()
{
if (GetIsPC(GetEnteringObject() ))
{
SendMessageToPC( GetEnteringObject(), "You feel that you are being followed by someone or something.");
DestroyObject(GetObjectByTag("DI2"));
object npc = GetNearestObjectByTag("GarethIH");
AssignCommand(npc,SpeakString("We need to be on our guard."));
}
}