Is there a way to call a function I made with events in an event sheet from Js/Ts?
I'm making a game entirely with scripting but want to have the events multiplayer actions (which are very nice shortcuts). As there are no equivalents in the API, I thought of putting those in functions in an event sheet and then calling those from script.
Can you do that?