ItsDeltin / Overwatch-Script-To-Workshop

Converts scripts to Overwatch workshops.
209 stars 26 forks source link

Support compiling into the workshop's C syntax #271

Closed ItsDeltin closed 2 months ago

ItsDeltin commented 3 years ago

For example:

Modify Global Variable(x, Add, 5);

to

global.x += 5;
CactusPuppy commented 2 months ago

Completed in d2c70ff