Hi All,
I have stated work on a new plugin for LSPDFR. The idea is that the player will play as a detective and respond to callouts that real life detectives would go to. However I have ran into some issues that I need help with.
Firstly, when I spawn a callout using CalloutManager I will accept the callout then it will disappear with the message "Disregard". I have looked into this using other fixes but none of them work.
The first Spoiler is my Main.cs and the second the callout "FleeingFromCrimeScene.cs". Can you have a look for me?
Secondly I am making a built in callout manger into my plugin and have ran into some issues. I want it to spawn the callout the player has the box on when the "Confim" button is pressed. Here is what I have so far. The issue is that I don't know what to put in the if statement at the bottom.
Furthermore, the line "CalloutList = new UIMenuListItem("Callouts", Callouts, 0);" has a green line underneath that indicates an error that I cant seem to fix. Can oyu see the issue?
Here is the EntryPoint.cs
Thanks In Advance