Advertisement
r57shell

donald_tas_notes.lua

Dec 17th, 2013
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.19 KB | None | 0 0
  1. notes = {
  2. -- the Mojo Mansion part 1
  3. [0] = {
  4.     {72,500,"Start point :)","green"},
  5.     {1038,419,"KILL HIM!!!","red"},
  6. },
  7.  
  8. -- the Mojo Mansion part 2
  9. [1] = {
  10. },
  11.  
  12. -- the Mojo Mansion part 3
  13. [2] = {
  14. },
  15.  
  16. -- Ninja Training Grounds part 1
  17. [3] = {
  18.     {672,241,"672\n255","green"},
  19. },
  20.  
  21. -- Ninja Training Grounds part 2
  22. [4] = {
  23.     {136,927,"4","green"},
  24.     {1447,957,"4","green"},
  25.     {485,285,"3","green"},
  26. },
  27.  
  28. -- Ninja Training Grounds part 3
  29. [5] = {
  30. },
  31.  
  32. -- Ninja Training Grounds boss
  33. [6] = {
  34. },
  35.  
  36. -- Muddrake Mayhem part 1
  37. [7] = {
  38.     {1568,327,"x=1568","green"},
  39.     {1351,269,"3","green"},
  40.     {566,205,"3","green"},
  41.     {343,29,"3","green"},
  42.     {1208,14,"1","green"},
  43.     {1624,14,"1","green"},
  44. },
  45.  
  46. -- Muddrake Mayhem part 2
  47. [8] = {
  48. },
  49.  
  50. -- Muddrake Mayhem part 3
  51. [9] = {
  52. },
  53.  
  54. -- the Sacrifice of Maui part 1
  55. [10] = {
  56. },
  57.  
  58. -- the Sacrifice of Maui part 2
  59. [11] = {
  60. },
  61.  
  62. -- the Test of Duckhood part 1
  63. [12] = {
  64. },
  65.  
  66. -- the Test of Duckhood part 2
  67. [13] = {
  68. },
  69.  
  70. -- the Flying Duckman part 1
  71. [14] = {
  72. },
  73.  
  74. -- the Flying Duckman part 2
  75. [15] = {
  76. },
  77.  
  78. -- the Realm of the Dead part 1
  79. [16] = {
  80. },
  81.  
  82. -- the Realm of the Dead part 2
  83. [17] = {
  84. },
  85.  
  86. -- Mojo Stronghold
  87. [18] = {
  88. },
  89.  
  90. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement