Advertisement
bubblebobbler

Untitled

Jul 19th, 2015
385
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.92 KB | None | 0 0
  1.  
  2. DEFINE MISSIONS 118
  3. DEFINE MISSION 0 AT @INITOB // initial: objects
  4. DEFINE MISSION 1 AT @INITHP // initial: hidden packages
  5. DEFINE MISSION 2 AT @INITCG // initial: car generators
  6. DEFINE MISSION 3 AT @INITPU // initial: pickups
  7. DEFINE MISSION 4 AT @INITUSJ // initial: unique stunt jumps
  8. DEFINE MISSION 5 AT @NONAME_27 // initial: player
  9. DEFINE MISSION 6 AT @INITGEN // initial: general info
  10. DEFINE MISSION 7 AT @NONAME_28 // initial: lods
  11. DEFINE MISSION 8 AT @INITSAV // initial: weapons
  12. DEFINE MISSION 9 AT @VIC1 // Home Sweet Home
  13. DEFINE MISSION 10 AT @TAXIDR // Taxi-Driver Sub-Mission
  14. DEFINE MISSION 11 AT @AMBULAN // Paramedic Sub-Mission
  15. DEFINE MISSION 12 AT @COPCAR // Vigilante Sub-Mission
  16. DEFINE MISSION 13 AT @CRASH // Karmageddon
  17. DEFINE MISSION 14 AT @FIRETRU // Firefighter Sub-Mission
  18. DEFINE MISSION 15 AT @TRASH2 // Trash Dash
  19. DEFINE MISSION 16 AT @RCBOMB1 // RC Triad Take-Down
  20. DEFINE MISSION 17 AT @RCRACE1 // Thrashin' RC
  21. DEFINE MISSION 18 AT @RCRACE2 // Ragin' RC
  22. DEFINE MISSION 19 AT @RCRACE3 // Chasin' RC
  23. DEFINE MISSION 20 AT @PCJPLAY // GO GO Faggio
  24. DEFINE MISSION 21 AT @NOODLE // Noodleboy
  25. DEFINE MISSION 22 AT @PIZZA // Pizzaboy
  26. DEFINE MISSION 23 AT @TR1 // Wong Side Of The Tracks
  27. DEFINE MISSION 24 AT @TT1 // Bumps and Grinds: Course 1
  28. DEFINE MISSION 25 AT @TT2 // Bumps and Grinds: Course 2
  29. DEFINE MISSION 26 AT @TT3 // Bumps and Grinds: Course 3
  30. DEFINE MISSION 27 AT @TT4 // Bumps and Grinds: Course 4
  31. DEFINE MISSION 28 AT @TT5 // Bumps and Grinds: Course 5
  32. DEFINE MISSION 29 AT @TT6 // Bumps and Grinds: Course 6
  33. DEFINE MISSION 30 AT @TT7 // Bumps and Grinds: Course 7
  34. DEFINE MISSION 31 AT @TT8 // Bumps and Grinds: Course 8
  35. DEFINE MISSION 32 AT @TT9 // Bumps and Grinds: Course 9
  36. DEFINE MISSION 33 AT @TT10 // Bumps and Grinds: Course 10
  37. DEFINE MISSION 34 AT @CARSALE // Car Salesman
  38. DEFINE MISSION 35 AT @BIKESAL // Bike Salesman
  39. DEFINE MISSION 36 AT @RAC1 // RACE: Low-Rider Rumble
  40. DEFINE MISSION 37 AT @RAC2 // RACE: Deimos Dash
  41. DEFINE MISSION 38 AT @RAC3 // RACE: Wi-Cheetah Run
  42. DEFINE MISSION 39 AT @BIK1 // RACE: Red Light Racing
  43. DEFINE MISSION 40 AT @BIK2 // RACE: Torrington TT
  44. DEFINE MISSION 41 AT @BIK3 // RACE: Gangsta GP
  45. DEFINE MISSION 42 AT @TP2 // Scooter Shooter
  46. DEFINE MISSION 43 AT @TS1 // AWOL Angel
  47. DEFINE MISSION 44 AT @TP1 // 9mm Mayhem
  48. DEFINE MISSION 45 AT @KICKST // Scrapyard Challenge
  49. DEFINE MISSION 46 AT @TOURIST // See the Sight Before your Flight
  50. DEFINE MISSION 47 AT @TV // SlashTV
  51. DEFINE MISSION 48 AT @VIC2 // Slacker (Vincenzo)
  52. DEFINE MISSION 49 AT @VIC3 // Dealing Revenge (Vincenzo)
  53. DEFINE MISSION 50 AT @VIC4 // Snuff (Vincenzo)
  54. DEFINE MISSION 51 AT @VIC5 // Smash and Grab (Vincenzo)
  55. DEFINE MISSION 52 AT @VIC6 // Hot Wheels (Vincenzo)
  56. DEFINE MISSION 53 AT @VIC7 // The Portland Chainsaw Masquerade (Vincenzo)
  57. DEFINE MISSION 54 AT @SAL1 // The Offer (Salvatore)
  58. DEFINE MISSION 55 AT @SAL2 // Ho Selecta! (Salvatore)
  59. DEFINE MISSION 56 AT @SAL3 // Frighteners (Salvatore)
  60. DEFINE MISSION 57 AT @SAL4 // Rollercoaster Ride (Salvatore)
  61. DEFINE MISSION 58 AT @SAL5 // Contra-Banned (Salvatore)
  62. DEFINE MISSION 59 AT @SAL6 // Sindacco Sabotage (Salvatore)
  63. DEFINE MISSION 60 AT @SAL7 // The Trouble with Triads (Salvatore)
  64. DEFINE MISSION 61 AT @SAL8 // Driving Mr Leone (Salvatore)
  65. DEFINE MISSION 62 AT @JDREF // conversation (JD)
  66. DEFINE MISSION 63 AT @JDT1 // Bone Voyeur! (JD)
  67. DEFINE MISSION 64 AT @JDT2 // Don in 60 Seconds (JD)
  68. DEFINE MISSION 65 AT @JDT3 // A Volatile Situation (JD)
  69. DEFINE MISSION 66 AT @JDT4 // Blow up 'Dolls' (JD)
  70. DEFINE MISSION 67 AT @JDT5 // Salvatore's Salvation (JD)
  71. DEFINE MISSION 68 AT @JDT6 // The Guns of Leone (JD)
  72. DEFINE MISSION 69 AT @JDT7 // Calm before the Storm (JD)
  73. DEFINE MISSION 70 AT @JDT8 // The Made Man (JD)
  74. DEFINE MISSION 71 AT @MAC1 // Snappy Dresser (Ma Cipriani)
  75. DEFINE MISSION 72 AT @MAC2 // Big Rumble in Little China (Ma Cipriani)
  76. DEFINE MISSION 73 AT @MAC3 // Grease Sucho (Ma Cipriani)
  77. DEFINE MISSION 74 AT @MAC4 // Dead Meat (Ma Cipriani)
  78. DEFINE MISSION 75 AT @MAC5 // No Son of Mine (Ma Cipriani)
  79. DEFINE MISSION 76 AT @MAR1 // Shop 'til you Strop (Maria)
  80. DEFINE MISSION 77 AT @MAR2 // Taken for a Ride (Maria)
  81. DEFINE MISSION 78 AT @MAR3 // Booby Prize (Maria)
  82. DEFINE MISSION 79 AT @MAR4 // Biker Heat (Maria)
  83. DEFINE MISSION 80 AT @MAR5 // Overdose of Trouble (Maria)
  84. DEFINE MISSION 81 AT @SALS2 // Making Toni (Salvatore)
  85. DEFINE MISSION 82 AT @SALS1 // A Walk In The Park (Salvatore)
  86. DEFINE MISSION 83 AT @SALS3 // Caught In The Act (Salvatore)
  87. DEFINE MISSION 84 AT @SALS4 // Search And Rescue (Salvatore)
  88. DEFINE MISSION 85 AT @SALS5 // Taking The Peace (Salvatore)
  89. DEFINE MISSION 86 AT @SALS6 // Shoot The Messenger (Salvatore)
  90. DEFINE MISSION 87 AT @RAYS1 // Sayonara Sindaccos (Leon McAffrey)
  91. DEFINE MISSION 88 AT @RAYS2 // The Whole 9 Yardies (Leon McAffrey)
  92. DEFINE MISSION 89 AT @RAYS3 // Crazy '69' (Leon McAffrey)
  93. DEFINE MISSION 90 AT @RAYS4 // Night Of The Livid Dreads (Leon McAffrey)
  94. DEFINE MISSION 91 AT @RAYS5 // Munitions Dump (Leon McAffrey)
  95. DEFINE MISSION 92 AT @DONS1 // The Morgue Party Candidate (Donald Love)
  96. DEFINE MISSION 93 AT @DONS2 // Steering The Vote (Donald Love)
  97. DEFINE MISSION 94 AT @DONS3 // Cam-Pain (Donald Love)
  98. DEFINE MISSION 95 AT @DONS4 // Friggin' The Riggin' (Donald Love)
  99. DEFINE MISSION 96 AT @DONS5 // Love & Bullets (Donald Love)
  100. DEFINE MISSION 97 AT @DONS6 // Counterfeit Count (Donald Love)
  101. DEFINE MISSION 98 AT @DONS7 // Love On The Rocks (Donald Love)
  102. DEFINE MISSION 99 AT @NEDS1 // L.C. Confidential (Church Confessional)
  103. DEFINE MISSION 100 AT @NEDS2 // The Passion Of The Heist (Church Confessional)
  104. DEFINE MISSION 101 AT @NEDS3 // Karmageddon (Church Confessional)
  105. DEFINE MISSION 102 AT @NEDS4 // False Idols (Church Confessional)
  106. DEFINE MISSION 103 AT @SALH1 // Rough Justice (Salvatore)
  107. DEFINE MISSION 104 AT @SALH2 // Dead Reckoning (Salvatore)
  108. DEFINE MISSION 105 AT @SALH3 // Shogun Showdown (Salvatore)
  109. DEFINE MISSION 106 AT @SALH4 // The Shoreside Redemption (Salvatore)
  110. DEFINE MISSION 107 AT @SALH5 // The Sicilian Gambit (Salvatore)
  111. DEFINE MISSION 108 AT @DONH1 // Panlantic Land Grab (Donald Love)
  112. DEFINE MISSION 109 AT @DONH2 // Stop the Press (Donald Love)
  113. DEFINE MISSION 110 AT @DONH3 // Morgue Party Resurrection (Donald Love)
  114. DEFINE MISSION 111 AT @DONH4 // No Money, Mo' Problems (Donald Love)
  115. DEFINE MISSION 112 AT @DONH5 // Bringing the House Down (Donald Love)
  116. DEFINE MISSION 113 AT @DONH6 // Love on the Run (Donald Love)
  117. DEFINE MISSION 114 AT @TOSH1 // More Deadly than the Male (Toshiko Kasen)
  118. DEFINE MISSION 115 AT @TOSH2 // Cash Clash (Toshiko Kasen)
  119. DEFINE MISSION 116 AT @TOSH3 // A Date with Death (Toshiko Kasen)
  120. DEFINE MISSION 117 AT @TOSH4 // Cash in Kazuki's Chips (Toshiko Kase
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement