yojimbos_law

weirdeaux breakfast.ash (jank af, but has yet to break)

Jan 1st, 2026
4,965
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. if(my_basestat($stat[moxie]) < 65000 && get_property("_shit_script_done")!="yuck"){
  2. cli_execute("/use January's Garbage Tote");
  3. run_choice(5);
  4. cli_execute("/outfit weirdeaux");
  5. cli_execute("/equip shirt garbage shirt");
  6. cli_execute("/bjornify spooky pirate");
  7. cli_execute("/equip off tiki lighter");
  8. cli_execute("/aa weirdeaux");
  9. cli_execute("/familiar pants");
  10. cli_execute("/equip f spangly");
  11. use($item[exotic travel brochure], 2);
  12. cli_execute("campaway cloud");
  13. cli_execute("acquire 50 louder than bomb");
  14. cli_execute("mcd 0");
  15. cli_execute("shrug drescher");
  16. while(my_basestat($stat[moxie]) < 65000){
  17. if( my_hp().to_float() / my_maxhp().to_float() < 0.6 ){
  18. use($item[scroll of drastic healing]);
  19. }
  20. adventure($location[The Mansion of Dr. Weirdeaux],1);
  21. }
  22. set_property("_shit_script_done", "yuck");
  23. }
Advertisement
Add Comment
Please, Sign In to add comment