Jump to content

fdrf

Members
  • Posts

    1
  • Joined

  • Last visited

Posts posted by fdrf

  1. Hi all I am new to geck modding and am trying to make my first quest. I want the quest to start when the player picks up an item. I have looked around but have only found tutorials on starting a quest when the player steps in a trigger. I am not getting any error messages the quest just does not start when I pick the item up. This is my current script:

    scn 00MarkQuest
    
    begin onadd
    
    if getcontainer == player
    
    if getstage 00MarkQuest > 10
    
    startQuest 00MarkQuest
    
    setstage 00MarkQuest 10
    
    endif
    
    endif
    
    end
    

    Any help would be appreciated.

×
×
  • Create New...