ItsDeltin / Overwatch-Script-To-Workshop

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

Local macros cannot be defined. #233

Closed ItsDeltin closed 3 years ago

ItsDeltin commented 3 years ago

ref define x = 5 is no longer working in the 2.0 previews. We can either fix it or keep macros consistent and use the define x: 5 syntax.

Protowalker commented 3 years ago

Wow, I had no idea that was valid syntax.

Protowalker commented 3 years ago

Personally I think extending macros into the local scope is the better idea.