PGCC_PRC8/_module/nss/cs_echo.nss

13 lines
296 B
Plaintext
Raw Permalink Normal View History

2024-10-09 14:17:22 -04:00
/*
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
}