Recent content by grazepoop

  1. G

    Zapping test statement problems...

    Thanks! It worked! Here's the statement that determines if your wand has been used today already. Add whatever you want to an else statement for whatever you want zapped.
  2. G

    Zapping test statement problems...

    Is there no way for mafia to tell if you've used your wand yet today? I'm trying to use visit_url to grab the wand text to see if it's been used once already today. I don't ever intend to zap more than once, so if I found the string for the first warm message, my script could know to not zap...
  3. G

    Int from String

    Wow. That was easy. Well. That's that then. I've been trying so hard to learn ash, that I never even consider cli. Nonetheless, as I probably should have done originally, I just tried string_to_int, and it ended up working.
  4. G

    Int from String

    I'm working on a gourdcore script to handle the gourd tower, and I'd much prefer to trade in for potions as I go instead of collecting 315 and then going crazy on the poor guy. I've figured out how to isolate the text, and even isolate the number all by itself within a substring, but I can't...
  5. G

    Super Advanced Cocktailcrafting

    I improved the script a bit. If I recall correctly, things weren't working perfectly and it bought a drink on me, but it is better now. Just a fun project for me.
  6. G

    Super Advanced Cocktailcrafting

    This is a script I've made to see if I could, and to handle some of what I feel is a bit tedious. Maybe most/all of this is redundant, but it was fun, and I learned a lot. It casts 5 Cocktailcrafting, adventures for the appropriate booze (I prefer that to shopping. Could be used hardcore?)...
  7. G

    Trouble with buying

    kain, Thank you so much for your reply. I was working on a very lengthy workaround when I realized that the reason it wasn't working is that I didn't have any meat. Man, I feel stupid! Guess that's how you learn...
  8. G

    Trouble with buying

    Hi everyone, I'm at work on a script to automatically make superadvanced cocktails, but I'm stuck on this piece of code (attatched). My method: I generally make a piece at a time, test it to see if it works, then add it into the big one. I'm having problems with this piece. I always get the...
  9. G

    Soft green echo eyedrops question

    Hi all, I'm in learning mode for scripting, and I think it's awesome. I'm working on a basic turn-burning script that I want to streamline for gaining specific substats. My question is: is there a way to use soft green echo eyedrops on specific effects? Or am I stuck with negative effects...
  10. G

    Ballroom Dancing

    Great script. I'm learning how to script for this, and this script brought me forwards leaps and bounds. I tried to see if I could make my own, simpler version (without the clovers) and I did. I'm so proud of myself. If anyone's interested, here's a simpler version (all credit must go to...
Top