generated from Jaysyn/ModuleTemplate
Initial Commit
Initial Commit.
This commit is contained in:
10
_module/nss/dun1.nss
Normal file
10
_module/nss/dun1.nss
Normal file
@@ -0,0 +1,10 @@
|
||||
void main()
|
||||
{
|
||||
if (GetIsPC(GetEnteringObject() ))
|
||||
{
|
||||
SendMessageToPC( GetEnteringObject(), "You sense that you are being watched.");
|
||||
DestroyObject(GetObjectByTag("DI1"));
|
||||
object npc = GetNearestObjectByTag("GarethIH");
|
||||
AssignCommand(npc,SpeakString("I have a bad feeling..."));
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user