Skip to content

Boolean to disable callouts #25

@Fiskey111

Description

@Fiskey111

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions