Advertisement
Guest User

Untitled

a guest
Feb 13th, 2015
277
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. while {true} do
  2. {
  3. {
  4. if ((side _x) == east) then
  5. {
  6. _x call btc_qr_fnc_unit_init
  7. };
  8. } forEach allUnits;
  9. sleep 10;
  10. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement