Search results

  1. S

    hatter.ash - Tea anyone!?

    i wrote, visit_url("place.php?whichplace=rabbithole?action=teaparty"); I'll have to wait till tomorrow to see if that works, 'cause I already visited the hatter today! but at least it didn't hang and it seems to at least run. thanks...I'll check it tomorrow.
  2. S

    hatter.ash - Tea anyone!?

    oh..you mean. exactly that... visit_url("place.php?whichplace=rabbithole"); i see. but how to add in the action=teaparty ?
  3. S

    hatter.ash - Tea anyone!?

    so are you saying I should write, visit_url("rabbithole.php?whichplace=rabbithole?action=teaparty"); I don't think I understand.
  4. S

    hatter.ash - Tea anyone!?

    Yes. I run this script after drinking a potion. Eventually, I'd like to develop this script into more, but for now, I can't even make this ONE little line work for me, and it seems to be at the heart of most other Hatter scripts. so...I just don't understand it.
  5. S

    hatter.ash - Tea anyone!?

    I'm new to scripting. I just want a super simple "visit the hatter and get the buff" script. so after I drink a potion, I try to run this script: void main() { print("1"); visit_url("rabbithole.php?action=teaparty"); print("2")...
Top