Jump to content

I like to enable a xmaker via IsStageDone() I can only get the function fire once not after every quest is complete


cooldamien

Recommended Posts

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

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...