player2_dz

Untitled

Oct 23rd, 2015
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.29 KB | None | 0 0
  1. _v1e = { [117,55,5] };
  2. _v1d = {
  3.      for "_d" from 0 to ((count _this) - 2) do {
  4.         _this set [_d,((_this select _d) - (_this select ((count _this) -1)))];
  5.     };
  6.    
  7.     _this deleteAt ((count _this) - 1);
  8.     _this
  9. };
  10. _v1d2 = { toString _this };
  11.  
  12.  
  13. diag_log(((call _v1e) call _v1d) call _v1d2);
Advertisement
Add Comment
Please, Sign In to add comment