Alangara_PRC8/_module/nss/bartenderspawn.nss
Jaysyn904 86feb9ca6f Initial commit
Initial commit.
2024-06-05 21:21:06 -04:00

7 lines
168 B
Plaintext

//Sets the phrase to look for, and starts bartender listening
void main()
{
SetListenPattern(OBJECT_SELF, "**please**", 69);
SetListening(OBJECT_SELF, TRUE);
}