Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Let's make a game!
- name:IGM Games Race
- 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.
- Layout
- *main
- contains:res, buttons
- *res
- contains:Resources
- class:fullWidth
- *buttons
- contains:Log
- *store
- contains:buildings, upgrades
- *buildings
- contains:Buildings
- header:Race
- tooltip origin:left
- *upgrades
- contains:Upgrades
- header:Fame Selection
- costs:hide
- names:hide
- Button
- *startrace
- name:Start Race
- desc:Start a new Race with the selected games.
- on click:
- do race with tag:games
- gain 1 racehappening
- Resources
- *TEMPLATE
- hidden
- *currentlap
- *racehappening
- *game1alt
- *game1score
- *game2alt
- *game2score
- Buildings
- *laps
- name:Laps
- desc:Choose how much laps you want!
- Upgrades
- *TEMPLATE
- tag:games
- *game1
- name:Abstract Survival
- desc:Survival/civilization unfolding game where you click stuff and maybe discover stuff ig
- on click:
- if no game1alt and no racehappening
- do gaining with game1alt
- end
- if have game1alt and no racehappening
- lose gain1alt
- lose this
- end
- if have racehappening
- toast You cannot change games during a race.
- end
- end
- on race:
- if have game1alt
- *game2
- name:Legend of Draconia: World Forge
- 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"
- on click:
- if no game2alt and no racehappening
- do gaining with game1alt
- end
- if have game2alt and no racehappening
- lose gain1alt
- lose this
- end
- if have racehappening
- toast You cannot change games during a race.
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement