Advertisement
Regalis

description.ext

Sep 13th, 2013
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 KB | None | 0 0
  1. overviewText = "Lead your elite squad on a night raid on a CSAT port.";
  2. overviewTextLocked = "File classified.";
  3. overviewPicture = "";
  4. author = "Strelnikov";
  5.  
  6. class CfgDebriefing
  7. {
  8. class End1
  9. {
  10. title = "Outstanding success";
  11. subtitle = "";
  12. description = "Your team's heroic efforts have ensured that the CSAT's presence on the West side of Altis has been crippled. Well done.";
  13. pictureBackground = "";
  14. picture = "b_inf";
  15. pictureColor[] = {0.0,0.3,0.6,1};
  16. };
  17. };
  18.  
  19. class Weapons
  20. {
  21. class arifle_MXM_TWSS_bipod_mzls_F {count = 1;};
  22. class LMG_Mk200_ARCO_bipod_F {count = 1;};
  23. };
  24.  
  25. class Magazines
  26. {
  27. class 200Rnd_65x39_cased_Box {count = 4;};
  28. class 20Rnd_762x45_mag {count = 6;};
  29. };
  30.  
  31. class CfgIdentities
  32. {
  33. class Stranger
  34. {
  35. name = "Regalis";
  36. nameSound = "Stranger";
  37. face="GreekHead_A3_02";
  38. glasses="None";
  39. speaker="Male01GRE";
  40. pitch=1.0;
  41. class Nomad
  42. {
  43. name = "Octavius";
  44. nameSound = "Nomad";
  45. face="GreekHead_A3_09";
  46. glasses="None";
  47. speaker="Male01ENG";
  48. pitch=1.0;
  49. };
  50. };
  51.  
  52. onLoadName = "JTAC";
  53.  
  54. OnLoadMission = "Sneak attack at night.";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement