Aenimus

Script to upgrade your saber (user directed)

May 28th, 2019
233
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. if(available_amount($item[Fourth of May Cosplay Saber]) > 0 && !get_property("_saberMod").to_boolean()) {
  2. visit_url("main.php?action=may4");
  3. if(user_confirm("Do you want the +fam weight saber upgrade?")) {
  4. print("Setting the saber to +fam weight.", "blue");
  5. run_choice(4);
  6. }else if(user_confirm("Do you want the +ML saber upgrade?")) {
  7. print("Setting the saber to +ML.", "blue");
  8. run_choice(2);
  9. } else if(user_confirm("Do you want the +res saber upgrade?")) {
  10. print("Setting the saber to +res.", "blue");
  11. run_choice(3);
  12. } else if(user_confirm("Do you want the +MP regen saber upgrade?")) {
  13. print("Setting the saber to +MP regen.", "blue");
  14. run_choice(1);
  15. } else {
  16. print("You did not select an option. Please rerun.", "red");
  17. run_choice(5);
  18. }
  19. }
Advertisement
Add Comment
Please, Sign In to add comment