Mission_start function not working.

In Saints Row IV I am currently trying to use the Mission_start("mission name", true) function to load a mission but unfortunately it isn't working, but I have found that it works perfectly in Gat out of Hell.

In the attached sr3_city.lua you can see that i'm trying to use R + Right arrow key to initiate the mission.


When i started working on this I planned on creating a whole new section in the hub which would allow users to select from a list of missions and replay them, which would be reintroducing the mission replay feature from SR2.
 

Attachments

  • sr3_city.lua
    52.7 KB · Views: 528
Last edited:
The mission is locked. Call mission_unlock("m00") first.
 
The mission is locked. Call mission_unlock("m00") first.
Thanks, it works now. Before I tried will all the other missions but none of them worked and I also asked Minimaul and he said it was an issue where sometimes it would work and sometimes it wouldn't so that's why I made this post. Thanks for your help.
 
Back
Top