Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //Preadventure script to adventure in the copperhead club for a "free" semi-rare, as long as it's open and unfinished, it wasn't your last semi-rare and you still have protesters to kill.
- if(available_amount($item[your father's MacGuffin diary]) > 0 && get_property("semirareLocation") != "The Copperhead Club" && get_property("questL11Shen") == "started" && total_turns_played() != get_property("semirareFiddle").to_int() && get_property("zeppelinProtestors") < 80) {
- if(get_property("choiceAdventure1074") != 2) {
- set_property("choiceAdventure1074", "2");
- }
- if(get_property("semirareCounter").to_int() == 0 && my_turncount() > 230) {
- adv1($location[The Copperhead Club], -1, "");
- set_property("semirareFiddle", total_turns_played());
- } else if(get_property("semirareCounter") != 0 && my_turncount() > get_property("semirareCounter").to_int() + 159
- && my_turncount() < get_property("semirareCounter").to_int() + 201) {
- adv1($location[The Copperhead Club], -1, "");
- set_property("SRfiddle", total_turns_played());
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment