Search results

  1. Y

    New Content - Implemented October ItoM : latte lovers member's mug

    So, I think the radio button values being obfuscated makes getting a refill worth supporting. Automating it in ASH is much more involved than the single visit_url() needed for the pantogram (unless the radio button values are able to be gotten in a manner more simple than this...
  2. Y

    Feature - Implemented file_to_string() or file_to_map(string,string) or session_logs(string,int,int)

    Yeah, your understanding of map_to_file() applied to a string[int] here seems correct. The thing is, once you import the file with file_to_array(), you can manipulate it however you want. I suspect many of my applications will involve taking a string[int] given by file_to_array(), appending each...
  3. Y

    Feature - Implemented file_to_string() or file_to_map(string,string) or session_logs(string,int,int)

    I don't think there's any need for array_to_file(), since map_to_file() already provides a way to do that with minimal effort. As for the latter, my understanding (based on troubleshooting help I received with runtime issues when manipulating very large matrices indexed by strings) is that...
  4. Y

    Feature - Implemented file_to_string() or file_to_map(string,string) or session_logs(string,int,int)

    That's not how file_to_map() works. It won't treat a line number as an implicit key for your map. It requires a file that is precisely a tab separated list of keys follow by a map value on each line to be added into the specified map. What your suggested script does (after replacing "string[i]"...
  5. Y

    Feature - Implemented file_to_string() or file_to_map(string,string) or session_logs(string,int,int)

    If that's easier, it'd be fine for my current application. The other two implementations I mentioned would essentially let you do that with arbitrary files in mafia's directories. Lemme try to clarify my intent with the file_to_map() related request. Suppose the file ~/data/butts.txt has as...
  6. Y

    Feature - Implemented file_to_string() or file_to_map(string,string) or session_logs(string,int,int)

    Basically, I just want file_to_map() to allow the second argument to be a string (or buffer if that's important for practical applications for reasons I don't fully understand) and have that string's value be the text of the specified file. I'm not sure if that's harder to implement than a...
  7. Y

    Character Info Toolbox

    Done. Seems to work so far, and I'll be sure to whine about it again if it stops working, thanks!
  8. Y

    Character Info Toolbox

    I've been having an issue (since, like, December when I first noticed it while running >1k effects that ChIT didn't enjoy displaying) where ChIT tries to use chit_custom.css repeatedly despite my lack of such a css. http://i.imgur.com/Nk9VlRT.png Commenting out the lines in the script that deal...
  9. Y

    Character Info Toolbox

    Nah, I think I kind of like that aspect of it; Hee³ has been awarded the promised mr. a. Thanks for facilitating this, Bale! :)
  10. Y

    Character Info Toolbox

    Sounds good! I'm happy to throw the mr. a at whomever you credit with the change after it's implemented.
  11. Y

    Character Info Toolbox

    Just relaying a concern and feature request from /hc. Whenever the charpane refreshes (e.g. when reapplying effects via arrows in the charpane or really any other means), the list of active effects returns to its default position (i.e. the top of the list). I'd prefer it if ChIT stored the...
  12. Y

    Feature Displaying Non-Zone Specific Bonus Item in the Left Pane

    It'd be helpful if the left pane in mafia's main interface displayed your total +item% without including zone specific modifiers in parentheses next to the existing +item% display whenever the two are not equal (the same way it does for +ML in HR). When preparing to fax something, I'm...
  13. Y

    New Content - Implemented Heavy Rains

    The encounters occur on turns 9-11, so the corresponding timers should be set to 8 and 10, right?
Top