adapap / OWScript

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

Add an option to remove "Generated by..." rule from output #40

Closed netux closed 4 years ago

netux commented 4 years ago

Along with #39, remove the "Generated by..." rule or at least make it optional with a command line argument. The rule just serves as clutter (if still kept after #39), other transpilers don't include a similar rule either, and it's easy to remove anyways.

Another option is to make it customizable: allow the user to put the title of their mode, version, their nickname, or whatever they want before the "Generated by..." part.