generated from Jaysyn/ModuleTemplate
Initial upload
Initial upload.
This commit is contained in:
12
_module/nss/cs_echo.nss
Normal file
12
_module/nss/cs_echo.nss
Normal file
@@ -0,0 +1,12 @@
|
||||
/*
|
||||
Thanks for help from PASSWORD PROTECTED DOOR by mod_urn@yahoo.com
|
||||
*/
|
||||
|
||||
void main()
|
||||
{
|
||||
//using "**" listens to all text
|
||||
//the 777 is arbitrary and can be any number you like
|
||||
SetListenPattern(OBJECT_SELF, "**", 777);
|
||||
SetListening(OBJECT_SELF, TRUE); //be sure NPC is listening
|
||||
|
||||
}
|
Reference in New Issue
Block a user