Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
2. you don't need "unlock" and "start", because "start" also unlocks
3. if you don't have enough TT to buy every TS, it will get stuck on that step (this includes TT required for the EC, if you don't have enough for the unlock it will get stuck on unlock)
if this doesn't help, please provide more detail about your situation
Ill add the changes you sugested , always better to have less lines.
If you're confident you'll get through all 5 tiers of the challenge at once, you can simply have it as:
STUDIES LOAD ID 1
START EC 1
WAIT EC1 COMPLETIONS >= 5
there's no conditions, so no wasted time checking if you should even do it. Sure, it wont be as scale-able once you start autoing challenges due to other mechanics, but that's a far distant thing. the eternity will happen automatically outside the script, so no need to check that. It may happen so quickly that pending completions will be 0 because you're no longer inside an EC, so instead you check how many completions were done.
One bug I did find with the automator is that after it gets fast enough, studies purchases can occur before the prior studies were reset, and if the new purchase only included studies from the old, it will continue on as though you made the purchases. The above code can combat this by the 1 tick slowdown of checking if the completions were done. by the time you make a purchase on the next tick, your studies will have already been fully reset.