D Des80 Member Mar 24, 2013 #1 Ok is there any way to keep Kolmafia from stoping your script if you fail a test in the basement ?
S slyz Developer Mar 24, 2013 #2 Use visit_url() ? EDIT: and maybe "trap" the return value too, like this: PHP: boolean trap = visit_url( ... );
Use visit_url() ? EDIT: and maybe "trap" the return value too, like this: PHP: boolean trap = visit_url( ... );
D Des80 Member Mar 24, 2013 #3 I am using the visit_url() right now and just wanted to know if there was any other way thank you slyz
I am using the visit_url() right now and just wanted to know if there was any other way thank you slyz