LoT_PRC8/_module/nss/reset_onspawn.nss

9 lines
171 B
Plaintext
Raw Normal View History

2023-09-25 21:32:17 -04:00
void main()
{
string sAye = "YES";
string sNay = "NO";
SetListening(OBJECT_SELF,TRUE);
SetListenPattern(OBJECT_SELF,sAye,1200);
SetListenPattern(OBJECT_SELF,sNay,1201);
}