Advertisement
Guest User

Untitled

a guest
Oct 31st, 2014
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 3.82 KB | None | 0 0
  1. class CfgHints
  2. {
  3.     class MissionIntro
  4.     {
  5.         displayName = "Mission Introduction - Global Crisis";
  6.         class MissionIntro1
  7.         {
  8.             displayName = "Welcoming Statement";
  9.             displayNameShort = "Welcome to ""Global Crisis""";
  10.             description = "Welcome, %11. Whilst you enjoy the boat and helicopter ride to the base, allow me to lay out what this mission is about. In this mission, you'll be seeing the introduction of ISI Agent Dariush Gilani.  There are laptops spread throughout the mission that will give you Intel about him and other important characters.";
  11.             tip = "The base at the AAC Airfield will allow you to restock your ammunition as well as acquire weapons.";
  12.             arguments[] = {profileName};
  13.             image = "";
  14.             noImage = false;
  15.         };
  16.         class MissionIntro2
  17.         {
  18.             displayName = "Welcome: Altis";
  19.             displayNameShort = "Welcome to Altis";
  20.             description = "Altis - a beatiful island, or hellhole. Pick your poison, because with the Revolutionary Guard out and about this whole place might turn dark real quick. You'll find that the Guard mostly keep to themselves - there are outposts far and few between, and the civilians mostly go about their daily lives unharmed.";
  21.             tip = "Altis covers an area of 270.5 square km; You won't get anywhere long distance without a car, or maybe a helicopter.";
  22.             arguments[] = {};
  23.             image = "";
  24.             noImage = false;
  25.         };
  26.     };
  27.     class CIAIntro
  28.     {
  29.         displayName = "Introduction to the CIA";
  30.         class Dariush
  31.         {
  32.             displayName = "Introduction: Dariush Gilani";
  33.             displayNameShort = "Introducing Dariush Gilani";
  34.             description = "Dariush Gilani is an ISI Operative hailing from Pakistan. He was picked up by the ISI during peacetime, where Pakistan had flourishing relations with the world. He is noted for being calm and thoroughly careful in the field, leaving nothing behind. Nowadays he has reached the global stage, working together with Agencies on an international level.";
  35.             tip = "";
  36.             arguments[] = {};
  37.             image = "img\dariush.paa";
  38.             noImage = false;
  39.         };
  40.         class GlobalRelations
  41.         {
  42.             displayName = "Global Relations";
  43.             displayNameShort = "Current Global Relations (Pt. 1 / 4)";
  44.             description = "Pakistan and the United States of America have entered an alliance, permanently smoothing relations after the DEVGRU/CIA performed a paramilitary operation on Pakistan's soil to kill Osama bin Laden. Iran is secluded from the world, performing a variety of operations on Altian and Stratian soil.";
  45.             tip = "Whilst Iran may be secluded and seem very out-of-touch, they still possess high-end technology and are a force to be reckoned with.";
  46.             arguments[] = {};
  47.             image = "";
  48.             noImage = false;
  49.             class GlobalRelations2
  50.             {
  51.                 displayName = "Global Relations";
  52.                 displayNameShort = "Current Global Relations (Pt. 2/ 4)";
  53.                 description = "With the Resistance fighters taking up arms left behind during previous wars, the Revolutionary Guard faces a tough enemy when engaging in firefights. Officially, however, these fighters are not endorsed by the CIA nor ISI. The Resistance has won somewhat significant ground recently, but has to employ guerrilla tactics.";
  54.                 tip = "Look around the Resistance's temporary HQ - valuable goods may be found.";
  55.                 arguments[] = {};
  56.                 image = "";
  57.                 noImage = false;
  58.             };
  59.         };
  60.         class NavMC
  61.         {
  62.             displayName = "Navigation: Mission Control";
  63.             displayNameShort = "Navigating Mission Control";
  64.             description = "You will have a fixed list of missions available in the list once you open Mission Control. The interface is simple and to the point. To accept a mission, hold Shift and press Enter. You will then receive tasks accordingly. To exit Mission Control, simply press ESC once.";
  65.             tip = "By completing tasks you will unlock more missions in the MC.";
  66.             arguments[] = {};
  67.             image ="img\CIALogo.paa";
  68.             noImage = false;
  69.         };
  70.     };
  71. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement