Saints Row IV Notoriety Custom Spawning

Okay so I used notoriety_enable_custom_spawning function to make a custom notoriety group to spawn and come after me.Problem is,I don't know the function that deactivates this custom spawning.Basically what I did is a simple thread which after some time it triggers the notoriety custom spawning but I want to deactivate it too.

To be more accurate I just want to deactivate this one after a delay :
Code:
 notoriety_enable_custom_spawning("survival_mascots")

I tried with notoriety_reset("Neutral Gang") to no avail ( BTW,mascots' team is Neutral Gang )

Any advice on this?
 
Check out notoriety_disable_custom_spawning()
 
Back
Top