icdb

[ArmA3] Mine dynamic text (Laws of War DLC)

Aug 18th, 2017
224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQF 0.52 KB | None | 0 0
  1. titleCut ["", "BLACK", 2];
  2. sleep(2);
  3. ["Every year, landmines injure or kill around 5,000 people;<br /> the vast majority of them civilians.",-1,-1,7,1] spawn BIS_fnc_dynamicText;
  4. sleep(9.5);
  5. ["It is estimated 110 million are buried worldwide;<br /> an ongoing reminder of past conflicts.",-1,-1,7,1] spawn BIS_fnc_dynamicText;
  6. sleep(9.5);
  7. ["On Altis alone, there are 7,000 landmines;<br /> a figure now decreasing thanks to humanitarian efforts.",-1,-1,7,1] spawn BIS_fnc_dynamicText;
  8. sleep(9.5);
  9. titleCut ["", "BLACK IN", 5];
Advertisement
Add Comment
Please, Sign In to add comment