Initial upload
Initial upload.
This commit is contained in:
8
_module/nss/reset_onspawn.nss
Normal file
8
_module/nss/reset_onspawn.nss
Normal file
@@ -0,0 +1,8 @@
|
||||
void main()
|
||||
{
|
||||
string sAye = "YES";
|
||||
string sNay = "NO";
|
||||
SetListening(OBJECT_SELF,TRUE);
|
||||
SetListenPattern(OBJECT_SELF,sAye,1200);
|
||||
SetListenPattern(OBJECT_SELF,sNay,1201);
|
||||
}
|
||||
Reference in New Issue
Block a user