Пример #1
0
    public override void PlayEvent()
    {
        Text       = "[static] Sir? Sir! You called. This is the police, we're coming in!";
        EventActor = Actors.Phone_Intercom();

        var choice = NewChoice("...");

        choice.OnChoiceSelected += (Choice c) =>
        {
            // Actually end the game
            StoryManager.GoToEndScreen();
        };
    }