Jump to content

Updating the quest journal when you acquire an item or kill a person


ijarofjami

Recommended Posts

Okay, try this then:

This must be a object script, attached to AHContract2

 

Begin OnActivate

if GetStage  AHAdemarQuest02 == 10 || GetStage AHAdemarQuest02 == 25
SetStage AHAdemarQuest02 30
endif

end 

Link to comment
Share on other sites

oops:

 

Begin OnActivate

if GetStage  AHAdemarQuest02 == 10 || GetStage AHAdemarQuest02 == 25
Activate
SetStage AHAdemarQuest02 30

Elseif Activate
endif

end 

 

This should work.

Link to comment
Share on other sites

  • Recently Browsing   0 members

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