Jaysyn904 e51634d39b Initial upload
Initial upload.
2024-10-09 14:17:22 -04:00

13 lines
296 B
Plaintext

/*
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
}