datsexyanon

Special PDA dialog

Apr 16th, 2014
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 6.60 KB | None | 0 0
  1.     <dialog id="generic_pda_dialog">
  2.         <precondition>dialogs.is_opp_not_wounded</precondition>
  3.         <precondition>special.has_nonfaction_pda</precondition>
  4.             <phrase_list>
  5.                 <phrase id="0">
  6.                     <text>generic_pda_init</text>
  7.                     <next>1</next>
  8.                 </phrase>
  9.                 <phrase id="1">
  10.                     <text>generic_pda_menu</text>
  11.                     <next>freedom1</next>
  12.                     <next>freedom2</next>
  13.                     <next>freedom3</next>
  14.                     <next>bandit1</next>
  15.                     <next>bandit2</next>
  16.                     <next>bandit3</next>
  17.                     <next>duty1</next>
  18.                     <next>duty2</next>
  19.                     <next>duty3</next>
  20.                     <next>merc1</next>
  21.                     <next>merc2</next>
  22.                     <next>merc3</next>
  23.                     <next>military1</next>
  24.                     <next>military2</next>
  25.                     <next>military3</next>
  26.                     <next>monolith1</next>
  27.                     <next>monolith2</next>
  28.                     <next>monolith3</next>
  29.                     <next>ecologist1</next>
  30.                     <next>ecologist2</next>
  31.                     <next>ecologist3</next>
  32.                 </phrase>
  33.                 <phrase id="freedom1">
  34.                     <precondition>special.has_freedom_pda_1</precondition>
  35.                     <precondition>special.trader_is_not_freedom</precondition>
  36.                     <text>freedom_pda_1</text>
  37.                     <action>special.take_pda_freedom_1</action>
  38.                     <next>thn</next>
  39.                 </phrase>
  40.                 <phrase id="freedom2">
  41.                     <precondition>special.has_freedom_pda_2</precondition>
  42.                     <precondition>special.trader_is_not_freedom</precondition>
  43.                     <text>freedom_pda_2</text>
  44.                     <action>special.take_pda_freedom_2</action>
  45.                     <next>thn</next>
  46.                 </phrase>
  47.                 <phrase id="freedom3">
  48.                     <precondition>special.has_freedom_pda_3</precondition>
  49.                     <precondition>special.trader_is_not_freedom</precondition>
  50.                     <text>freedom_pda_3</text>
  51.                     <action>special.take_pda_freedom_3</action>
  52.                     <next>thn</next>
  53.                 </phrase>
  54.                 <phrase id="ecologist1">
  55.                     <precondition>special.has_ecologist_pda_1</precondition>
  56.                     <precondition>special.trader_is_not_ecologist</precondition>
  57.                     <text>ecologist_pda_1</text>
  58.                     <action>special.take_pda_ecologist_1</action>
  59.                     <next>thn</next>
  60.                 </phrase>
  61.                 <phrase id="ecologist2">
  62.                     <precondition>special.has_ecologist_pda_2</precondition>
  63.                     <precondition>special.trader_is_not_ecologist</precondition>
  64.                     <text>ecologist_pda_2</text>
  65.                     <action>special.take_pda_ecologist_2</action>
  66.                     <next>thn</next>
  67.                 </phrase>
  68.                 <phrase id="ecologist3">
  69.                     <precondition>special.has_ecologist_pda_3</precondition>
  70.                     <precondition>special.trader_is_not_ecologist</precondition>
  71.                     <text>ecologist_pda_3</text>
  72.                     <action>special.take_pda_ecologist_3</action>
  73.                     <next>thn</next>
  74.                 </phrase>
  75.                 <phrase id="duty1">
  76.                     <precondition>special.has_duty_pda_1</precondition>
  77.                     <precondition>special.trader_is_not_duty</precondition>
  78.                     <text>duty_pda_1</text>
  79.                     <action>special.take_pda_duty_1</action>
  80.                     <next>thn</next>
  81.                 </phrase>
  82.                 <phrase id="duty2">
  83.                     <precondition>special.has_duty_pda_2</precondition>
  84.                     <precondition>special.trader_is_not_duty</precondition>
  85.                     <text>duty_pda_2</text>
  86.                     <action>special.take_pda_duty_2</action>
  87.                     <next>thn</next>
  88.                 </phrase>
  89.                 <phrase id="duty3">
  90.                     <precondition>special.has_duty_pda_3</precondition>
  91.                     <precondition>special.trader_is_not_duty</precondition>
  92.                     <text>duty_pda_3</text>
  93.                     <action>special.take_pda_duty_3</action>
  94.                     <next>thn</next>
  95.                 </phrase>
  96.                 <phrase id="merc1">
  97.                     <precondition>special.has_merc_pda_1</precondition>
  98.                     <precondition>special.trader_is_not_merc</precondition>
  99.                     <text>merc_pda_1</text>
  100.                     <action>special.take_pda_merc_1</action>
  101.                     <next>thn</next>
  102.                 </phrase>
  103.                 <phrase id="merc2">
  104.                     <precondition>special.has_merc_pda_2</precondition>
  105.                     <precondition>special.trader_is_not_merc</precondition>
  106.                     <text>merc_pda_2</text>
  107.                     <action>special.take_pda_merc_2</action>
  108.                     <next>thn</next>
  109.                 </phrase>
  110.                 <phrase id="merc3">
  111.                     <precondition>special.has_merc_pda_3</precondition>
  112.                     <precondition>special.trader_is_not_merc</precondition>
  113.                     <text>merc_pda_3</text>
  114.                     <action>special.take_pda_merc_3</action>
  115.                     <next>thn</next>
  116.                 </phrase>
  117.                 <phrase id="monolith1">
  118.                     <precondition>special.has_monolith_pda_1</precondition>
  119.                     <precondition>special.trader_is_not_monolith</precondition>
  120.                     <text>monolith_pda_1</text>
  121.                     <action>special.take_pda_monolith_1</action>
  122.                     <next>thn</next>
  123.                 </phrase>
  124.                 <phrase id="monolith2">
  125.                     <precondition>special.has_monolith_pda_2</precondition>
  126.                     <precondition>special.trader_is_not_monolith</precondition>
  127.                     <text>monolith_pda_2</text>
  128.                     <action>special.take_pda_monolith_2</action>
  129.                     <next>thn</next>
  130.                 </phrase>
  131.                 <phrase id="monolith3">
  132.                     <precondition>special.has_monolith_pda_3</precondition>
  133.                     <precondition>special.trader_is_not_monolith</precondition>
  134.                     <text>monolith_pda_3</text>
  135.                     <action>special.take_pda_monolith_3</action>
  136.                     <next>thn</next>
  137.                 </phrase>
  138.                 <phrase id="military1">
  139.                     <precondition>special.has_military_pda_1</precondition>
  140.                     <precondition>special.trader_is_not_military</precondition>
  141.                     <text>military_pda_1</text>
  142.                     <action>special.take_pda_military_1</action>
  143.                     <next>thn</next>
  144.                 </phrase>
  145.                 <phrase id="military2">
  146.                     <precondition>special.has_military_pda_2</precondition>
  147.                     <precondition>special.trader_is_not_military</precondition>
  148.                     <text>military_pda_2</text>
  149.                     <action>special.take_pda_military_2</action>
  150.                     <next>thn</next>
  151.                 </phrase>
  152.                 <phrase id="military3">
  153.                     <precondition>special.has_military_pda_3</precondition>
  154.                     <precondition>special.trader_is_not_military</precondition>
  155.                     <text>military_pda_3</text>
  156.                     <action>special.take_pda_military_3</action>
  157.                     <next>thn</next>
  158.                 </phrase>
  159.                 <phrase id="bandit1">
  160.                     <precondition>special.has_bandit_pda_1</precondition>
  161.                     <precondition>special.trader_is_not_bandit</precondition>
  162.                     <text>bandit_pda_1</text>
  163.                     <action>special.take_pda_bandit_1</action>
  164.                     <next>thn</next>
  165.                 </phrase>
  166.                 <phrase id="bandit2">
  167.                     <precondition>special.has_bandit_pda_2</precondition>
  168.                     <precondition>special.trader_is_not_bandit</precondition>
  169.                     <text>bandit_pda_2</text>
  170.                     <action>special.take_pda_bandit_2</action>
  171.                     <next>thn</next>
  172.                 </phrase>
  173.                 <phrase id="bandit3">
  174.                     <precondition>special.has_bandit_pda_3</precondition>
  175.                     <precondition>special.trader_is_not_bandit</precondition>
  176.                     <text>bandit_pda_3</text>
  177.                     <action>special.take_pda_bandit_3</action>
  178.                     <next>thn</next>
  179.                 </phrase>
  180.                
  181.                 <phrase id="thn">
  182.                     <text>generic_pda_thanks</text>
  183.                 </phrase>
  184.             </phrase_list>
  185.     </dialog>
Advertisement
Add Comment
Please, Sign In to add comment