Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- string combat_tracking_bullshit;
- int turncount_fuckup_finder = my_turncount();
- string party_check;
- while(get_property("_party_preference_whatever").to_int() < 10 && turncount_fuckup_finder == my_turncount()){
- combat_tracking_bullshit = get_property("_lastCombatStarted");
- visit_url("adventure.php?snarfblat=528");
- visit_url("main.php");
- while(available_choice_options().count() > 0 && last_choice() == 1322){
- visit_url("choice.php?whichchoice=1322&option=2&pwd");
- }
- while(available_choice_options().count() > 0 && last_choice() == 1324){
- visit_url("choice.php?whichchoice=1324&option=5&pwd");
- }
- while(in_multi_fight()){
- run_combat();
- }
- if(combat_tracking_bullshit != get_property("_lastCombatStarted")){
- set_property("_party_preference_whatever", get_property("_party_preference_whatever").to_int() + 1 );
- }
- if(get_property("_party_preference_whatever").to_int() == 10){
- party_check = "";
- party_check = visit_url("place.php?whichplace=town_wrong");
- while(party_check.length() < 6969){
- party_check = visit_url("place.php?whichplace=town_wrong");
- wait(5);
- }
- if(party_check.contains_text("nparty_free.gif")){
- set_property("_party_preference_whatever", get_property("_party_preference_whatever").to_int() - 1 );
- }
- }
- cli_execute("cast cannelloni cocoon");
- //bjorn_stuff();
- }
- if(turncount_fuckup_finder != my_turncount()){
- abort("your shitty shit party code is shit, you shit.");
- }
Advertisement
Add Comment
Please, Sign In to add comment