Skip to content

Boolean to disable callouts #25

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!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions