Advertisement
queenofspace

Names for Bad Hombres

Jun 26th, 2012
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.33 KB | None | 0 0
  1. // 1 - 5
  2.  
  3. global.name_list[0,1] = "kid handsome";
  4. global.name_list[0,2] = "pauncho";
  5. global.name_list[0,3] = "ten gallon sam";
  6. global.name_list[0,4] = "the handsome devil";
  7.  
  8. global.name_list[1,1] = "wild bill yonder";
  9. global.name_list[1,2] = "polecat";
  10. global.name_list[1,3] = "billy club";
  11. global.name_list[1,4] = "the real mccoy";
  12.  
  13. global.name_list[2,1] = "boy howdy";
  14. global.name_list[2,2] = "bandito radito";
  15. global.name_list[2,3] = "darn tootin";
  16. global.name_list[2,4] = "the desperado";
  17.  
  18. global.name_list[3,1] = "crabapple cramer";
  19. global.name_list[3,2] = "yak the hairy";
  20. global.name_list[3,3] = "caveman crawford";
  21. global.name_list[3,4] = "mulehide john";
  22.  
  23. global.name_list[4,1] = "mad dog coyote";
  24. global.name_list[4,2] = "flint tender";
  25. global.name_list[4,3] = "never done jack";
  26. global.name_list[4,4] = "blotto";
  27.  
  28. // 6 - 10
  29.  
  30. global.name_list[5,1] = "the duke";
  31. global.name_list[5,2] = "the governor";
  32. global.name_list[5,3] = "the tycoon";
  33. global.name_list[5,4] = "plum dandy";
  34.  
  35. global.name_list[6,1] = "one-armed bandit";
  36. global.name_list[6,2] = "coyote joe";
  37. global.name_list[6,3] = "raunch hand";
  38. global.name_list[6,4] = "texas two-step";
  39.  
  40. global.name_list[7,1] = "fandango";
  41. global.name_list[7,2] = "top surgery";
  42. global.name_list[7,3] = "stew west";
  43. global.name_list[7,4] = "hello sailor";
  44.  
  45. global.name_list[8,1] = "horrible harry";
  46. global.name_list[8,2] = "el pollo loco";
  47. global.name_list[8,3] = "bruiser cruiser";
  48. global.name_list[8,4] = "the lumberjack";
  49.  
  50. global.name_list[9,1] = "rhinestone cowboy";
  51. global.name_list[9,2] = "ace bandage";
  52. global.name_list[9,3] = "high noon harman";
  53. global.name_list[9,4] = "kid pretty";
  54.  
  55. // 11 - 15
  56.  
  57. global.name_list[10,1] = "the plaid bandit";
  58. global.name_list[10,2] = "the checkered kid";
  59. global.name_list[10,3] = "the red ryder";
  60. global.name_list[10,4] = "no-way jose";
  61.  
  62. global.name_list[11,1] = "the undertaker";
  63. global.name_list[11,2] = "quiet mortimer";
  64. global.name_list[11,3] = "doc martin";
  65. global.name_list[11,4] = "crisp quentin";
  66.  
  67. global.name_list[12,1] = "wilbur whateley";
  68. global.name_list[12,2] = "tex arcana";
  69. global.name_list[12,3] = "demon dan";
  70. global.name_list[12,4] = "hellin killer";
  71.  
  72. global.name_list[13,1] = "the minotaur";
  73. global.name_list[13,2] = "cow boy";
  74. global.name_list[13,3] = "steer crazy";
  75. global.name_list[13,4] = "horny henry"
  76.  
  77. global.name_list[14,1] = "von klaw";
  78. global.name_list[14,2] = "the baron";
  79. global.name_list[14,3] = "the great sartori";
  80. global.name_list[14,4] = "the villain";
  81.  
  82. // 16 - 20
  83.  
  84. global.name_list[15,1] = "the flamingo";
  85. global.name_list[15,2] = "the matador";
  86. global.name_list[15,3] = "the pelican";
  87. global.name_list[15,4] = "garcon";
  88.  
  89. global.name_list[16,1] = "padre";
  90. global.name_list[16,2] = "deacon dan";
  91. global.name_list[16,3] = "father camp";
  92. global.name_list[16,4] = "the spanish inquisition";
  93.  
  94. global.name_list[17,1] = "the gorilla";
  95. global.name_list[17,2] = "ape man";
  96. global.name_list[17,3] = "the kong beast";
  97. global.name_list[17,4] = "urban yeti";
  98.  
  99. global.name_list[18,1] = "wilde dog";
  100. global.name_list[18,2] = "sir richard rose";
  101. global.name_list[18,3] = "the gentleman caller";
  102. global.name_list[18,4] = "romeo";
  103.  
  104. global.name_list[19,1] = "rod hero";
  105. global.name_list[19,2] = "daddy western";
  106. global.name_list[19,3] = "connecticut leatherman";
  107. global.name_list[19,4] = "saddle up";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement