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...

Ashenfire

Ambassadors
  • Posts

    565
  • Joined

  • Last visited

  • Days Won

    12

Everything posted by Ashenfire

  1. Ashenfire

    remeshboat

    From the album: School Projects

  2. I resolved the issue. You don't need aliases. Yes, they can be used, but you can make your references via dialogue. Those references can be 'getisid' or an alias. I used the Story Manager to start both quest 1 and 2. Each quest has its own dialogue. Since the dialogue was in Quest 2, I assumed it would advance the stage there. Finally, yes it worked. For what ever reason, the original script didn't work, I kept trying to re do it different methods, then put it back, now it works. Some of the declared variables were not used, but I didn't feel like removing them, in case I use them later. ;BEGIN FRAGMENT CODE - Do not edit anything between this and the end comment ;NEXT FRAGMENT INDEX 3 Scriptname TIF__03010293 Extends TopicInfo Hidden ;BEGIN FRAGMENT Fragment_2 Function Fragment_2(ObjectReference akSpeakerRef) Actor akSpeaker = akSpeakerRef as Actor ;BEGIN CODE ; ; StartQuest.Start() StartQuest.SetObjectivedisplayed(ObjectiveNum) StartQuest.SetStage(StageNum) ;END CODE EndFunction ;END FRAGMENT ;END FRAGMENT CODE - Do not edit anything between this and the begin comment Quest Property StartQuest Auto Int Property ObjectiveNum Auto Int Property StageNum Auto Location Property akLocation Auto Actor Property akActor1 Auto Actor Property akActor2 Auto
  3. I already set up my aliases and they are not required to do this.
  4. In Quest 1, Getowningquest() works. but when I use it in Quest 2, it does not.
×
×
  • Create New...