Search results

  1. D

    Input box and Plugging a variable into cli_Execute

    I copied and pasted what you typed and only changed the mispelling you had on boolean other then that I didn't change anything else.
  2. D

    Input box and Plugging a variable into cli_Execute

    Nah I was trying to run and print through that trying to get the input prompt.. Thank you Theraze. Ok here is what i kept getting when I tried doing the other as well Unknown variable 'boolean' (test.ash, line 1)
  3. D

    Input box and Plugging a variable into cli_Execute

    Thank you. Ok its telling me unknown Variable when I try to run that
  4. D

    Input box and Plugging a variable into cli_Execute

    Well I have seen some scripts where you could plug in numbers and it placed those in a variable but Couldn't really find it in the coding when I looked ( the Eatdrink script does this ) so I thought that there might be one for strings as well.. Well darn that defeats what I was going to do then...
  5. D

    Input box and Plugging a variable into cli_Execute

    I was wondering how one made an input box to plug the text entered into a variable along with how to then plug the variable into cli_Execute.
  6. D

    Issue with my_adventures since computer crashed while running script.

    Theraze First time It has crashed and I always keep a backup but thanks for the information non the less. I think it was the fact I opened way to many programs at once it decided to strike. Thanks again everyone.
  7. D

    Issue with my_adventures since computer crashed while running script.

    Theraze the script worked perfectly fine for quite a long time until the computer crash. I deleted my Prefs file and let it remake one for me so I think I got that one fixed. But for some odd reason it does 33 adventures when I have over 400 before going to the next part of my script of putting...
  8. D

    Issue with my_adventures since computer crashed while running script.

    I run a script that I made that basically goes through my adventures on barf mountain. adventure(my_adventures(), $location[Barf Mountain] ); Ever since my computer crashed while it was running stuff has been screwed up. I now have to manually set properties I made to false afterwards...
  9. D

    EatDrink.ash: Optimize your daily diet (and see how your old diet stacks up).

    That's it then sorry I thought I had the newest one but its a few below 16088 sorry.
  10. D

    EatDrink.ash: Optimize your daily diet (and see how your old diet stacks up).

    Here is what it was Today Starting EatDrink.ash (version 3.2). Consuming up to 15 food, 20 booze, and 0 spleen Considering food from inventory Hagnk's NPCs. Per-item budget cap is 25000.0. Retrieval cap is 20000. Price will be a factor if you own it already. An adventure has the value of 2799...
  11. D

    EatDrink.ash: Optimize your daily diet (and see how your old diet stacks up).

    I told it to consume 15 food I didn't change anything else and no matter what I do it wont eat the last 4 items.. Im not the only one who has stated this is happening to them. When I do the Simulator it shows me eating an herbal stuffing but when I run it off of the simulator it shows me not...
  12. D

    EatDrink.ash: Optimize your daily diet (and see how your old diet stacks up).

    I've got a question I hope hasn't been answered I tried skimming through the posts but there are a lot of them.. Why would the script not let you eat the last 4 of your food ( 11/15 ) There were options I had food it could have eaten and not paid for that were well under the budget so was just...
  13. D

    EatDrink.ash: Optimize your daily diet (and see how your old diet stacks up).

    I was just making sure I didn't miss a change in the address. I don't mind waiting just making sure it wasn't my own stupidity that was causing it. Thank you. Ok I edited this because I didn't want to make another post and create two posts next to each other so I hope people still read this...
  14. D

    EatDrink.ash: Optimize your daily diet (and see how your old diet stacks up).

    I have been trying the svn past couple of days and it says its unable to connect.
  15. D

    How to script it to send Gifts to people

    Awesome thanks Bale you've been awesome to me with all of my questions. ALong with everyone else who has helped me .
  16. D

    How to script it to send Gifts to people

    I got it working and figured out my error it was just a file in the wrong place. The only other question I have is if you have multiple items in the Map does it send multiple gifts or the bigger gift packages ? If it does give multiple gifts is there a way to send a gift with more then 1 item.
  17. D

    How to script it to send Gifts to people

    all I got was Goodies Loaded. Done. but I have what you need written in a txt file named goodies.txt ARG nvm I know what was wrong the txt was with the Ash file but I subfolder certainscripts and it needs to be in the main Script Folder. I have it working perfectly. Thank you all for your help.
  18. D

    How to script it to send Gifts to people

    Ok that helped me out I was doing the Number then a Tab then the Item itself. Let me see if it works now. Nope I still get the red Message 'The message didn't send for some reason.' I am using a Friends Name who is in the clan chat with me so I know its legit.
  19. D

    How to script it to send Gifts to people

    It doesnt seem to want to work says the message can't send for some reason so Im doing something wrong. I get red text that says 'The message didn't send for some reason.' import <zlib.ash>; void main() { int[item] package; file_to_map("goodies.txt", package); send_gift( "username" , "This is...
  20. D

    How to script it to send Gifts to people

    Ok I think that is the issue I know its send_gift( string recipient , string message , int meat , int [item] goodies ) so I would do send_gift(User, "Heres your Sign", 0, int[item] goodies ) where goodies is a txt file that has Holiday Fun! in it but I guess thats where my problem is I don't...
Top