So I just got this program and I already love it! But I feel like I have more to learn. I would love examples in the documentation on useful ways to use this extension.
Right now I put
if (live_call()) return live_result;
in a script and edit it during the game and when I'm done I remove that line of code. I know there are other functions but I'm not sure how they would be useful to me. For example I was left wondering: "Why would I add arguments to live_call?"