Jump to content

DOWNLOAD MODS

Are you looking for something shiny for your load order? We have many exclusive mods and resources you won't find anywhere else. Start your search now...

LEARN MODDING

Ready to try your hand at making your own mod creations? Visit the Enclave, the original ES/FO modding school, and learn the tricks of the trade from veteran modders...

JOIN THE ALLIANCE

Membership is free and registering unlocks image galleries, project hosting, live chat, unlimited downloads, & more...

mjab_flame_kill

Allies
  • Posts

    17
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by mjab_flame_kill

  1. sadly that doesn't work it just starts that stage whenever i open i new save or game.

    Scriptname AAQuestSetStage40 extends Quest  
     
    Quest Property AAQuest  Auto
     
    Event OnInit()
    registerForUpdate(1)
    EndEvent
     
    Event OnUpdate()
     if (AAQuest.GetStageDone(31)) && (AAQuest.GetStageDone(32)) && (AAQuest.GetStageDone(33)) && (AAQuest.GetStageDone(34)) && (AAQuest.GetStageDone(35))
     endIf
       (AAQuest.SetStage(40))
    EndEvent
  2. I have been trying to create a new simple script for moving on to a new stage after 5 have been completed however i have been unsuccessful so far.  What I have so far:

    Scriptname AAQuestSetStage40 extends Quest  
     
    Quest Property AAQuest  Auto
     
    Event OnActivate (ObjectReference akActionRef)
     
      if (AAQuest.GetStageDone(31)) && (AAQuest.GetStageDone(32)) && (AAQuest.GetStageDone(33)) && (AAQuest.GetStageDone(34)) && (AAQuest.GetStageDone(35))
      endIf
       (AAQuest.SetStage(40))
    endEvent
     
    I have attached this to two places, the spell which you get after getting to stage 40 and the script tab under the quest that it is being created for.  Any help would be appreciated! XD 

     

  3. okay, checked all your gear... i really wonder why all posts i make here need approval, i hope they reach you in time.

     

    soooo. yep, looks nice, interesting idea.... uhm... hey, wait a second... mjab? ... do i know you from nexus???

    Yep It's me from the nexus :)

×
×
  • Create New...