You currently have (print: $prestige) prestige credits and (print: $goodkarma) karma tokens. You also possess (print: $bots) automated helpers.
What do you want to do?
(link: "Generate Karma Tokens")[
(set: $goodkarma to it + 2)
(go-to: "Idle Space Clicker")
]
(if: $bots is not 0)[
(set: $goodkarma to it + 5)
]
Keep clicking for good karma (tokens)!
- [[BuyBots]]
- [[GetPrestige]]
//(link: "Click this link to buy a fun T-shirt!")[(open-url: "https://www.zazzle.com/store/fightersday")]//(set: $goodkarma to 0)
(set: $bots to 0)
(set: $prestige to 0)
You currently have (print: $bots) robot helpers.
Buy a bot here to help increase karma tokens quickly!
(link: "Buy a bot!")[
(set: $bots to it + 1)
(set: $goodkarma to it + 10)
(go-to: "BuyBots")
]
- [[Idle Space Clicker]]
- [[GetPrestige]]
To get prestige, you need to wipe the game without actually wiping the game variables.
We can help you do that!
(link: "Gain prestige now!")[
(set: $goodkarma to 0)
(set: $bots to 0)
(set: $prestige to it + 5)
(go-to: "GetPrestige")
]
[[Idle Space Clicker]]