TurboWarp / scratch-vm

Scratch VM with a JIT compiler and more features
https://turbowarp.org/
Mozilla Public License 2.0
75 stars 72 forks source link

Add ArgumentType.VARIABLE and ArgumentType.BROADCAST #178

Closed LilyMakesThings closed 8 months ago

LilyMakesThings commented 9 months ago

ArgumentType.VARIABLE can support variables, lists and broadcasts as a field, and ArgumentType.BROADCAST uses the menu (which accepts reporters).

LilyMakesThings commented 8 months ago

I have a different way I want to do this in combination with another PR