Unfortunately for this you would have to go back to the old way of configuring scripts :( especially if you wanted the level of customization i want to offer, youd do it at the top of the script
var something = { key: value}something.keyI realize we get to use comments and add customizability and then theres not tags for things like <bla: +10 > But the types of customizability wont work in those particular cases :(
var something = { key: value}something.keyI realize we get to use comments and add customizability and then theres not tags for things like <bla: +10 > But the types of customizability wont work in those particular cases :(
<increaseStatY: HPIs: 5, MPIs: 10, amt: 20%>
and then parse the note. It's easy to understand and it fits in with other script customization. Personally, I think i'll be a lot more difficult for people to adopt scripts that use the customization styles from Ace and below. There's no built-in script editor anymore, so you'd be asking people to open up the JS files in their text editor, probably notepad for a lot of people, and then understanding how JS objects work. It just isn't as likely to work out.