Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if(to_int(get_property("_boomBoxFights")) == 9 && to_int(get_property("_boomBoxSongsLeft")) > 2
- && !get_counters("", 0, 950).contains_text("BoomBox reward") && my_turncount() < 300) {
- cli_execute("counters add 1 BoomBox reward");
- }
- if(to_int(get_property("_boomBoxFights")) == 9 && !get_counters("", 0, 950).contains_text("BoomBox reward")) {
- stop_counter("BoomBox reward");
- cli_execute("counters add 1 BoomBox reward");
- }
Advertisement
Add Comment
Please, Sign In to add comment