generated from Jaysyn/ModuleTemplate
Initial Commit
Initial Commit.
This commit is contained in:
10
_module/nss/dun2.nss
Normal file
10
_module/nss/dun2.nss
Normal file
@@ -0,0 +1,10 @@
|
||||
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."));
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user