PaladinWhite
Member
Is there a straightforward way to script fighting the Witchess pieces? It seems ugly to my uneducated eye, nested in multiple layers of choice.php and with a mouseover URL that includes a password hash:
choice.php?option=1&pwd=XXXXXXXXXXXXXXXXXXXXXXXXX&whichchoice=1182&piece=19YY
EDIT: Should've looked harder before posting. I didn't realize my_hash() existed. So I think I could:
visit_url("choice.php?option=1&pwd=" + my_hash() + "&whichchoice=1182&piece=19YY")
EDIT EDIT: Nope. That just gets me to the initial ("You sit down at your Witchess board...") choice.
choice.php?option=1&pwd=XXXXXXXXXXXXXXXXXXXXXXXXX&whichchoice=1182&piece=19YY
EDIT: Should've looked harder before posting. I didn't realize my_hash() existed. So I think I could:
visit_url("choice.php?option=1&pwd=" + my_hash() + "&whichchoice=1182&piece=19YY")
EDIT EDIT: Nope. That just gets me to the initial ("You sit down at your Witchess board...") choice.
Last edited: