I have a mod for v2 that ive converted to redux... for the most part... there are just a few lines in the code I cant figure out what to change to here is what I have changed the code to.
<a href='" . gen_url('treasurehunt', true) . "'>Okay, lets go.</a><br />
<a href='" . gen_url('explore', true) . "'>No thanks.</a>";
}
?>
and this is what the original code was
<a href='treasurehunt.php?open=1'>Okay, lets go.</a><br />
<a href='explore.php'>No thanks.</a>";
}
$h->endpage();
?>
so what I need help to figure out is what to change the open=1 to or how to work that in to the redux conversion... ive been using the conversion tutorial
@ http://makewebgames.io/showthread.php/39502-Tutorial-v2-0-3-v2-5-convertion?highlight=redux+convert
any help would be awesome thanks in advance