Search results

  1. T

    Automate Choice Adventure?

    This is perfect! Thank you :D
  2. T

    Automate Choice Adventure?

    So i've been staring at these walls of text again (only 3 hours this time) trying to figure out how to make a simple script line that will allow me to: 1. Visit Barf Mountain and turn in a bag of garbage. I have this: void main() { set_property( "choiceAdventure1067", "6" ); } But it...
  3. T

    Mafia Help!

    It's all well and good, i've reduced everything I need to do to one click and have a functioning script. Thanks!
  4. T

    Mafia Help!

    Thanks! I was able to successfully run this script: void main() { boolean temp; temp = cli_execute("terminal extrude booze"); temp = cli_execute("terminal extrude booze"); temp = cli_execute("terminal extrude booze"); temp = cli_execute("cheat ancestral recall"); temp =...
  5. T

    Mafia Help!

    I will take a look! I made the recommended correction and now am getting this error: "Expected ;, found ) (Dailystuff.ash, line 4)" Which would be the bold line: void main() { //if(get_property("_deckCardsDrawn").to_int() / 5 == 0) { cli_execute("cheat mickey mantle")); }...
  6. T

    Mafia Help!

    I made an ash file using this code: main() { //if(get_property("_deckCardsDrawn").to_int() / 5 == 0) { cli_execute("cheat mickey mantle")); } if(get_property("_deckCardsDrawn").to_int() / 5 == 1) { cli_execute("cheat gift card")); } if(get_property("_deckCardsDrawn").to_int() / 5 == 2) {...
  7. T

    Mafia Help!

    This is quite useful! I do have the briefcase and farfuture scripts downloaded, I just needed to manually run them because I couldn't figure out how to get everything to work in breakfast. So my daily script should look like this? if(get_property("_deckCardsDrawn").to_int() / 5 == 0) {...
  8. T

    Mafia Help!

    i've been staring at walls of text for what seems like ages trying to figure out how to do seemingly simple things, I simply want to collect daily stuff when I login and can't figure out breakfast, so if someone already has these scripts please avail them to me: -Extrude 3 browser cookies from...
Top