home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2003 March / Gamestar_49_2003-03_cd2.bin / data / text / mission / english / RM08Easy.mtd < prev    next >
Text File  |  1999-11-30  |  1KB  |  39 lines

  1. //-----------------------------------------------------------
  2. //-- Landmarks ----------------------------------------------
  3. //-----------------------------------------------------------
  4. // Format: <String> Id    <String> name <String>    Description
  5.  
  6. 4    // Number of landmarks
  7. "InsertionZone"    "Insertion Zone"    "Start your teams here."
  8. "RussianVehicle"    "Car"    "The General's car is located here."
  9. "Boat"    "Speedboat"    "Mafia speedboat is located here."
  10. "StorageBuilding"    "Meeting Location"    "Four people have been observed going into this building."
  11.  
  12.  
  13.  
  14.  
  15. //-----------------------------------------------------------
  16. //-- Character Teams ----------------------------------------
  17. //-----------------------------------------------------------
  18. // Format: <token>     <Localized name>    <description> 
  19.  
  20. 5    // Number of teams
  21. "RussianCommanderTeam"    "Russian Commander"    "Leader of the Russian soldiers."
  22. "MafiaLeaderTeam"    "Mafia Leader"    "Leader of the Mafia guys."
  23. "RussianPatrol1"    "Russian Patrol"    "Patrolling the perimeter."
  24. "MafiaPatrol1"    "Mafia Patrol"    "Patrolling the perimeter."
  25. "MafiaBodyguardTeam"    "Mafia Bodyguard"    "Leader's bodyguard."
  26.  
  27.  
  28.  
  29.  
  30. //-----------------------------------------------------------
  31. //-- Vehicles -----------------------------------------------
  32. //-----------------------------------------------------------
  33. // Format: <token>     <Localized name>    <description> 
  34.  
  35. 3    Number of vehicles
  36. "PropCar"    "NoName"    "NONE"
  37. "Car"    "NoName"    "NONE"
  38. "boat"    "NoName"    "NONE"
  39.