cooldamien Posted February 21, 2017 Share Posted February 21, 2017 I like to enable a xmaker via IsStageDone() I can only get the function fire once not after every quest is complete Thank you for any help given. Damien Event OnQuestShutdown() ;If Freedom Calls If Min00.IsStageDone(1000) == True ;Debug.Notification("Your mounted the Deathclaw head. You can find it on display in your bunker.") Dam_DeathClaw.enable() EndIf ;Call to Arms If BoS101.IsStageDone(555) == True ;Debug.Notification("You found a Brotherhood of Steel flag. You can find it on display in your bunker.") Dam_BOSFlag.enable() EndIf ;Bobbleheads ;Preception if PerksQuest.GetStageDone(730) ==True ;Debug.Notification("The Perception Bobblehead has been added to your bunker") Dam_Bobble_Prep.enable() endif EndEvent Link to comment Share on other sites More sharing options...
Recommended Posts