It would be grat if someone could write me up a script for this. Im not to flash at it you see.
Cheers.
scn UCACERunTrigger1ScriptShort StartupShort TaskShort MaxFloat TimerBegin OnTriggerEnter Player If Startup == 0 && SergeantScrapsRef.ScrapsTask == 2 Set Startup to 1 Set UCMain.BaseSynths to 0 EndIfEndBegin GameMode If (Startup) If Timer > 0 Set Timer to Timer - GetSecondsPassed ElseIf Max > 12 Set Task to 3 ElseIf Task == 0 UCACEScrapsXM.placeatme UCACESynthPKGGHF 1 Set UCMain.BaseSynths to UCMain.BaseSynths + 1 Set Max to Max + 1 Set Timer to 0.5 Set Task to 1 ElseIf Task == 1 UCACEScrapsXM.placeatme UCACESynthPKGGHM 1 Set UCMain.BaseSynths to UCMain.BaseSynths + 1 Set Max to Max + 1 Set Task to 2 ElseIf UCMain.BaseSynths < 5 && Task == 2 UCACEPKGGXM1.placeatme UCACESynthPKGGHF 1 UCACEPKGGXM2.placeatme UCACESynthPKGGHM 1 Set UCMain.BaseSynths to UCMain.BaseSynths + 2 Set Max to Max + 2 Set Timer to 2 ElseIf Task == 3 Set Startup to 2 RemoveMe Endif EndifEnd