Advertisement
Hodge-1053

Thing Count ACS Script

Jan 19th, 2014
275
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #include "zcommon.acs"
  2.  
  3. script 100 open
  4. {
  5.   if(!thingcount(0,1))
  6.   {
  7.     blah!
  8.   }
  9.  
  10. else
  11.  
  12.   {
  13.     delay(1);
  14.     restart;
  15.   }
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement