1
Requests / Re: Rudy Missions Skip
« on: April 08, 2021, 01:38:14 PM »
Alright, it worked! Thanks!
News: Welcome back to Bullworth! If you haven't already, you will need to reset your password..
Messages | Topics | Attachments
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Haven't tried to check if it works, but this should do:Sorry to sound like a bit of an idiot, but how do I install this?
https://www.mediafire.com/file/6wf3wf42w1qem2t/STimeCycle.lur/file
It checks for your savefile to be in Chapter 3, to have done the intro and that Jealous Johnny is not available.
Here's what I did, if you want to know:Code: [Select]repeat
(Rushed code, I have online class in a little bit lol. Might update it later idk)
Wait(0)
until SystemIsReady() and not IsStreamingBusy()
if ChapterGet() == 2 and IsMissionCompleated("Chapt2Trans") and not IsMissionAvailable("3_01") then
MissionForceCompleted("3_01A")
MissionForceCompleted("3_01C")
MissionForceCompleted("3_01D")
MissionForceCompleted("3_XM")
end