yojimbos_law

super good neverending party script

Sep 13th, 2018
283
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.43 KB | None | 0 0
  1.  
  2. string combat_tracking_bullshit;
  3. int turncount_fuckup_finder = my_turncount();
  4. string party_check;
  5. while(get_property("_party_preference_whatever").to_int() < 10 && turncount_fuckup_finder == my_turncount()){
  6. combat_tracking_bullshit = get_property("_lastCombatStarted");
  7. visit_url("adventure.php?snarfblat=528");
  8. visit_url("main.php");
  9. while(available_choice_options().count() > 0 && last_choice() == 1322){
  10. visit_url("choice.php?whichchoice=1322&option=2&pwd");
  11. }
  12. while(available_choice_options().count() > 0 && last_choice() == 1324){
  13. visit_url("choice.php?whichchoice=1324&option=5&pwd");
  14. }
  15. while(in_multi_fight()){
  16. run_combat();
  17. }
  18. if(combat_tracking_bullshit != get_property("_lastCombatStarted")){
  19. set_property("_party_preference_whatever", get_property("_party_preference_whatever").to_int() + 1 );
  20. }
  21. if(get_property("_party_preference_whatever").to_int() == 10){
  22. party_check = "";
  23. party_check = visit_url("place.php?whichplace=town_wrong");
  24. while(party_check.length() < 6969){
  25. party_check = visit_url("place.php?whichplace=town_wrong");
  26. wait(5);
  27. }
  28. if(party_check.contains_text("nparty_free.gif")){
  29. set_property("_party_preference_whatever", get_property("_party_preference_whatever").to_int() - 1 );
  30. }
  31. }
  32. cli_execute("cast cannelloni cocoon");
  33. //bjorn_stuff();
  34. }
  35. if(turncount_fuckup_finder != my_turncount()){
  36. abort("your shitty shit party code is shit, you shit.");
  37. }
Advertisement
Add Comment
Please, Sign In to add comment