Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2016
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. //attacks
  2. [] spawn {
  3. waitUntil { !isNil "dzn_dynai_initialized" && { dzn_dynai_initialized } };
  4. waitUntil { sleep 15; !isNil "BaseAttack"};
  5. [attack, [ getPosATL Bait, getPosATL Bait_1 ], "SAD"] call dzn_fnc_dynai_moveGroups;
  6. attack call dzn_fnc_dynai_activateZone;
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement