Advertisement
Guest User

Untitled

a guest
Nov 19th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.89 KB | None | 0 0
  1. autowallBox[0] = SL_GetString("j_head", 0);
  2. autowallBox[1] = SL_GetString("j_knee_ri", 0);
  3. autowallBox[2] = SL_GetString("j_knee_le", 0);
  4. autowallBox[3] = SL_GetString("j_ankle_ri", 0);
  5. autowallBox[4] = SL_GetString("j_ankle_le", 0);
  6. autowallBox[5] = SL_GetString("j_spineupper", 0);
  7. autowallBox[6] = SL_GetString("j_spinelower", 0);
  8. autowallBox[7] = SL_GetString("j_ball_ri", 0);
  9. autowallBox[8] = SL_GetString("j_ball_le", 0);
  10. autowallBox[9] = SL_GetString("j_neck", 0);
  11. autowallBox[10] = SL_GetString("j_shoulder_ri", 0);
  12. autowallBox[11] = SL_GetString("j_shoulder_le", 0);
  13. autowallBox[12] = SL_GetString("j_elbow_ri", 0);
  14. autowallBox[13] = SL_GetString("j_elbow_le", 0);
  15. autowallBox[14] = SL_GetString("j_wrist_ri", 0);
  16. autowallBox[15] = SL_GetString("j_wrist_le", 0);
  17. autowallBox[16] = SL_GetString("j_hip_ri", 0);
  18. autowallBox[17] = SL_GetString("j_hip_le", 0);
  19. autowallBox[18] = SL_GetString("j_head_end", 0);
  20. autowallBox[19] = SL_GetString("j_clavicle_ri", 0);
  21. autowallBox[20] = SL_GetString("j_clavicle_le", 0);
  22. autowallBox[21] = SL_GetString("j_wristtwist_le", 0);
  23. autowallBox[22] = SL_GetString("j_wristtwist_ri", 0);
  24.  
  25. multiBox[0] = autowallBox[0];
  26. multiBox[1] = autowallBox[1];
  27. multiBox[2] = autowallBox[2];
  28. multiBox[3] = autowallBox[3];
  29. multiBox[4] = autowallBox[4];
  30. multiBox[5] = autowallBox[5];
  31. multiBox[6] = autowallBox[6];
  32. multiBox[7] = autowallBox[7];
  33. multiBox[8] = autowallBox[8];
  34. multiBox[9] = autowallBox[9];
  35. multiBox[10] = autowallBox[10];
  36. multiBox[11] = autowallBox[11];
  37. multiBox[12] = autowallBox[12];
  38. multiBox[13] = autowallBox[13];
  39. multiBox[14] = autowallBox[14];
  40. multiBox[15] = autowallBox[15];
  41. multiBox[16] = autowallBox[16];
  42. multiBox[17] = autowallBox[17];
  43. multiBox[18] = autowallBox[18];
  44. multiBox[19] = autowallBox[19];
  45. multiBox[20] = autowallBox[20];
  46. multiBox[21] = autowallBox[21];
  47. multiBox[22] = autowallBox[22];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement