Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if(my_basestat($stat[moxie]) < 65000 && my_fullness() == 0){
- cli_execute("/use January's Garbage Tote");
- run_choice(5);
- cli_execute("/outfit weirdeaux");
- cli_execute("/equip shirt garbage shirt");
- cli_execute("/bjornify spooky pirate");
- cli_execute("/equip off tiki lighter");
- cli_execute("/aa weirdeaux");
- cli_execute("/familiar pants");
- cli_execute("/equip f spangly");
- use($item[exotic travel brochure], 2);
- cli_execute("campaway cloud");
- cli_execute("acquire 50 louder than bomb");
- cli_execute("mcd 0");
- cli_execute("shrug drescher");
- while(my_basestat($stat[moxie]) < 65000){
- if( my_hp().to_float() / my_maxhp().to_float() < 0.6 ){
- use($item[scroll of drastic healing]);
- }
- adventure($location[The Mansion of Dr. Weirdeaux],1);
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment