Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- string consume_out = cli_execute_output("CONSUME NIGHTCAP SIM");
- string[int][int] split_list = consume_out.group_string("Your ideal diet: (.*?drinksilent[^\;]*;)( drinksilent.*)");
- cli_execute(split_list[0][1]);
- if($familiar[cooler yeti].experience > 800){
- use_familiar($familiar[cooler yeti]);
- visit_url("main.php?talktoyeti=1",false,true);
- run_choice(2);
- use_familiar($familiar[stooper]);
- }
- cli_execute(split_list[0][2]);
Advertisement
Add Comment
Please, Sign In to add comment