katsaii / catspeak-lang

A cross-platform modding language for GameMaker games.
https://www.katsaii.com/catspeak-lang/
MIT License
92 stars 6 forks source link

Create `catspeak_execute` function #121

Closed katsaii closed 2 months ago

katsaii commented 3 months ago

What is your feature request?

self and other are seriously borked, and are almost impossible to support because of a lack of closures in GML. Adding catspeak_excute(func, self, other, args) would hopefully make this possible in a limited form.

Please describe in detail how you expect this new feature to behave.

I am the law.

katsaii commented 2 months ago

Lets make this super high priority.