adapap / OWScript

Python-like scripting language which transpiles into Overwatch Workshop script rulesets.
MIT License
37 stars 2 forks source link

Rule Validator #9

Open adapap opened 5 years ago

adapap commented 5 years ago

Run the output code (or any workshop code) to check if it is valid. This may include things such as Wait instructions before loops as well as ensuring that not only does the events block exist in rules, but also that the correct parameters are used for actions such as Event Player, Event Damage, Attacker, etc.

Bluscream commented 4 years ago

That could potentially remove a lot of "trial and error" from the equasion and could also be used in a build pipeline for python