WoR_PRC8/_module/nss/on_userpass2.nss
Jaysyn904 b5e28e52f4 Initial commit
Initial commit [1.18]
2025-04-03 11:49:34 -04:00

17 lines
391 B
Plaintext

void main()
{
// Removed by Grug 23-Apr-2004 to prevent non-dm resets
// if (GetIsListening(OBJECT_SELF))
// {
// // Get what he heard
// int nPattern = GetListenPatternNumber();
//
// //When someone says the right password
//
// if (nPattern == 2000) //Do this on password 1
// {
// StartNewModule("World of Rhun");
// }
// }
}