Advertisement
ReinMakesGames2

Untitled

Oct 22nd, 2023 (edited)
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.90 KB | None | 0 0
  1. Let's make a game!
  2. name:IGM Games Race
  3. desc:A way to race your favorite Idle Game Maker games! (and the most silly thing I've ever made). Will be using the Reddit IGM Games list as a baseline (will be switching to the IGM Games List Site once it's publicly released)<//>Current Version: 0.1<//><.>Making the actual racing thing work.
  4. Layout
  5. *main
  6. contains:res, buttons
  7. *res
  8. contains:Resources
  9. class:fullWidth
  10. *buttons
  11. contains:Log
  12. *store
  13. contains:buildings, upgrades
  14. *buildings
  15. contains:Buildings
  16. header:Race
  17. tooltip origin:left
  18. *upgrades
  19. contains:Upgrades
  20. header:Fame Selection
  21. costs:hide
  22. names:hide
  23. Button
  24. *startrace
  25. name:Start Race
  26. desc:Start a new Race with the selected games.
  27. on click:
  28. do race with tag:games
  29. gain 1 racehappening
  30. Resources
  31. *TEMPLATE
  32. hidden
  33. *currentlap
  34. *racehappening
  35. *game1alt
  36. *game1score
  37. *game2alt
  38. *game2score
  39. Buildings
  40. *laps
  41. name:Laps
  42. desc:Choose how much laps you want!
  43. Upgrades
  44. *TEMPLATE
  45. tag:games
  46. *game1
  47. name:Abstract Survival
  48. desc:Survival/civilization unfolding game where you click stuff and maybe discover stuff ig
  49. on click:
  50. if no game1alt and no racehappening
  51. do gaining with game1alt
  52. end
  53. if have game1alt and no racehappening
  54. lose gain1alt
  55. lose this
  56. end
  57. if have racehappening
  58. toast You cannot change games during a race.
  59. end
  60. end
  61. on race:
  62. if have game1alt
  63.  
  64. *game2
  65. name:Legend of Draconia: World Forge
  66. desc:Build a world, raise a civilization of dragons. 150+ Dragons and 150+ Upgrades (Most of which are placeholders atm), and 12 special "Challenge" Achievements that unlock new "Miracles"
  67. on click:
  68. if no game2alt and no racehappening
  69. do gaining with game1alt
  70. end
  71. if have game2alt and no racehappening
  72. lose gain1alt
  73. lose this
  74. end
  75. if have racehappening
  76. toast You cannot change games during a race.
  77. end
  78. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement