Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if(available_amount($item[Fourth of May Cosplay Saber]) > 0 && !get_property("_saberMod").to_boolean()) {
- visit_url("main.php?action=may4");
- if(user_confirm("Do you want the +fam weight saber upgrade?")) {
- print("Setting the saber to +fam weight.", "blue");
- run_choice(4);
- }else if(user_confirm("Do you want the +ML saber upgrade?")) {
- print("Setting the saber to +ML.", "blue");
- run_choice(2);
- } else if(user_confirm("Do you want the +res saber upgrade?")) {
- print("Setting the saber to +res.", "blue");
- run_choice(3);
- } else if(user_confirm("Do you want the +MP regen saber upgrade?")) {
- print("Setting the saber to +MP regen.", "blue");
- run_choice(1);
- } else {
- print("You did not select an option. Please rerun.", "red");
- run_choice(5);
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment