LSPDFR-API icon indicating copy to clipboard operation
LSPDFR-API copied to clipboard

Boolean to disable callouts

Open Fiskey111 opened this issue 9 years ago • 0 comments

Hi LMS/Sam!

Is there any way you could put a bool that toggles the Available for Calls option?

In L.S. Noire I've tried using this:

private static void CalloutFiber() { while (true) { if (Functions.IsCalloutRunning() == true) { Functions.StopCurrentCallout(); } GameFiber.Yield(); } }

But that calls the End() and some callouts don't have checks in their End() so it crashes the game... (Bad callout devs, haha). Thanks!

Fiskey111 avatar Sep 18 '16 18:09 Fiskey111