Advertisement
PiZZADOX

ai animation function example

Dec 10th, 2015
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQF 1.06 KB | None | 0 0
  1. //
  2.  
  3. ai_movement = {
  4.     [] spawn {
  5.         sleep 0.2;
  6.         boxer switchMove "AmovPercMstpSnonWnonDnon_idle68boxing";
  7.         workout1 switchMove "AmovPercMstpSnonWnonDnon_idle69drepy";
  8.         workout2 switchMove "AmovPercMstpSnonWnonDnon_idle69drepy";
  9.         workout3 switchMove "AmovPercMstpSnonWnonDnon_idle69drepy";
  10.         workout4 switchMove "AmovPercMstpSnonWnonDnon_idle69drepy";
  11.         workout5 switchMove "AmovPercMstpSnonWnonDnon_idle69drepy";
  12.         workout6 switchMove "AmovPercMstpSnonWnonDnon_idle69drepy";
  13.         workout7 switchMove "AmovPercMstpSnonWnonDnon_idle69drepy";
  14.         workout8 switchMove "AmovPercMstpSnonWnonDnon_idle69drepy";
  15.         workout9 switchMove "AmovPercMstpSnonWnonDnon_idle56kliky";
  16.         workout10 switchMove "AmovPercMstpSnonWnonDnon_idle72lehSedy";
  17.         soldier16 switchMove "amovpsitmstpsraswrfldnon_smoking";
  18.         soldier17 switchMove "amovpsitmstpsraswrfldnon_smoking";
  19.         man322_1_1 switchMove "ActsPercMstpSnonWnonDnon_talking01";
  20.         man322_1 switchMove "ActsPercMstpSnonWnonDnon_talking01";
  21.     };
  22. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement