Michael H.
said: I was imagining something a little like my script for handling equipped weapons, you have a list of entries as attributes on your character sheet, and can enter an api command to change the gear, or change it manually on the sheet itself, then go from there. nothing like a list of items, just a way to automate sets of gear (macros that switch out your currently set weapons/armor/gear for another set) or for switching commonly used weapons/armors without having to have multiple macros for each weapon - just one for each TYPE of attack you can do. if you look at my scripts for weapon equipping you'll get an idea what I mean <a href="https://app.roll20.net/forum/post/210428/script-set-weapon-values-using-the-api#post-216734" rel="nofollow">https://app.roll20.net/forum/post/210428/script-set-weapon-values-using-the-api#post-216734</a> this is the script i had going for the character sheet - its not complete and it should be a set of arrays, but its got the basics of what I'm talking about (still trying to figure out how to recode it as an array structure, but have been sick for last two weeks, so not really productive at the moment) <a href="https://app.roll20.net/forum/post/202131/my-stolen-code-for-automated#post-205091" rel="nofollow">https://app.roll20.net/forum/post/202131/my-stolen-code-for-automated#post-205091</a> as for the automating attacks, I know the basics of what is needed there, but i'm more than happy to let someone else code it - and I know you will be one of the more uniform coders here, and I like your exactness. (The only reason I don't use your coding in my games it that its all labeled 4th ed, and that doesn't work for me - I have never played, and don't want to learn the rules well enough to recode your scripts for 3.5.) that said, I would like these scripts to be as neutral as possible, and to work with as many different versions of Dnd/Pathfinder/d20 based games as possible - most of them are easily compatible with older versions of dnd seeing as its exactly the same math as d20, only backwards. ideally, one character sheet script with options to include each different 'version' of d20 and dnd would be awesome; most of it would just be options for which array you would like to use for stats, skills, saves, etc. A little bit of an unnecessary project request? Sure. but I play a LOT of different versions in several different games, and one script that rules them all would be awesome. at least for the character sheet generation. I'm sure combat could do the same too. basically i'm asking that for games that are similar in structure - odnd, dnd, adnd, 2nd ed, 3.5, pathfinder, 4ed, and next, to name the most popular of the similar but slightly different sets - an option to include those changes be included; bear in mind that I'm not asking you to know all the rules, I can provide the entry of the actual stats to be used, I just can't code the script to work the way I envisage. Ok i have a auto equipment/character sheet maker in the works, but i will be excluding ac as auto resolving attacks in a helpful (ie not making more work for the GM) way is a lot harder than you would think, so there is no need for it.