Advertisement
Guest User

arma composition with script example simple

a guest
Jan 12th, 2022
309
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.58 KB | None | 0 0
  1. version=54;
  2. center[]={3098.7461,5,4855.7012};
  3. class items
  4. {
  5. items=1;
  6. class Item0
  7. {
  8. dataType="Layer";
  9. name="test 6";
  10. class Entities
  11. {
  12. items=1;
  13. class Item0
  14. {
  15. dataType="Group";
  16. side="West";
  17. class Entities
  18. {
  19. items=1;
  20. class Item0
  21. {
  22. dataType="Object";
  23. class PositionInfo
  24. {
  25. position[]={0,0.0014390945,0.049804688};
  26. };
  27. side="West";
  28. flags=7;
  29. class Attributes
  30. {
  31. };
  32. id=3;
  33. type="B_Deck_Crew_F";
  34. class CustomAttributes
  35. {
  36. class Attribute0
  37. {
  38. property="my_script";
  39. expression="[_value, _this] spawn {_msg = [clientOwner, isServer];(str _msg) remoteExec ['systemChat']; systemchat 'BOINGGG!!!';};";
  40. class Value
  41. {
  42. class data
  43. {
  44. class type
  45. {
  46. type[]=
  47. {
  48. "STRING"
  49. };
  50. };
  51. value="C_Heli_light_01_blue_F";
  52. };
  53. };
  54. };
  55. class Attribute1
  56. {
  57. property="speaker";
  58. expression="_this setspeaker _value;";
  59. class Value
  60. {
  61. class data
  62. {
  63. class type
  64. {
  65. type[]=
  66. {
  67. "STRING"
  68. };
  69. };
  70. value="Male01ENG";
  71. };
  72. };
  73. };
  74. class Attribute2
  75. {
  76. property="pitch";
  77. expression="_this setpitch _value;";
  78. class Value
  79. {
  80. class data
  81. {
  82. class type
  83. {
  84. type[]=
  85. {
  86. "SCALAR"
  87. };
  88. };
  89. value=0.93000001;
  90. };
  91. };
  92. };
  93. class Attribute3
  94. {
  95. property="unitInsignia";
  96. expression="[_this,_value] call BIS_fnc_setUnitInsignia;";
  97. class Value
  98. {
  99. class data
  100. {
  101. class type
  102. {
  103. type[]=
  104. {
  105. "STRING"
  106. };
  107. };
  108. value="BI";
  109. };
  110. };
  111. };
  112. class Attribute4
  113. {
  114. property="face";
  115. expression="_this setface _value;";
  116. class Value
  117. {
  118. class data
  119. {
  120. class type
  121. {
  122. type[]=
  123. {
  124. "STRING"
  125. };
  126. };
  127. value="AfricanHead_02";
  128. };
  129. };
  130. };
  131. nAttributes=5;
  132. };
  133. };
  134. };
  135. class Attributes
  136. {
  137. };
  138. id=2;
  139. };
  140. };
  141. id=4;
  142. };
  143. };
  144.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement