Advertisement
jewalky

Untitled

Mar 14th, 2016
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.20 KB | None | 0 0
  1. script 1 OPEN
  2. {
  3.   int tmpTID = UniqueTID();
  4.   int iterTID = 1;
  5.   while (SetActivator(iterTID))
  6.   {
  7.     // do logic here
  8.     Thing_ChangeTID(0, tmpTID);
  9.   }
  10.   Thing_ChangeTID(tmpTID, iterTID);
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement