Jump to content

Visi0n

Supporter
  • Posts

    4
  • Joined

  • Last visited

Nexus Mods Profile

About Visi0n

Profile Fields

  • Country
    United States

Visi0n's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Ok so I edited my properties and made sure that the Quest Alias was called Asher and went through the properties and fixed it but now I am getting a different error Papyrus Compiler Version 2.8.0.4 for Fallout 4Copyright © ZeniMax Media. All rights reserved.Starting 1 compile threads for 1 files...Compiling "Fragments:Quests:QF_COMAsher_01005433"...C:\Users\Zander\AppData\Local\Temp\PapyrusTemp\Fragments\Quests\QF_COMAsher_01005433.psc(26,24): script property Asher already definedC:\Users\Zander\AppData\Local\Temp\PapyrusTemp\Fragments\Quests\QF_COMAsher_01005433.psc(26,24): script variable ::Asher_var already definedC:\Users\Zander\AppData\Local\Temp\PapyrusTemp\Fragments\Quests\QF_COMAsher_01005433.psc(26,24): script property Asher already has a get function definedNo output generated for Fragments:Quests:QF_COMAsher_01005433, compilation failed. Batch compile of 1 files finished. 0 succeeded, 1 failed.Failed on Fragments:Quests:QF_COMAsher_01005433 So now Asher seems to be defined?
  2. The entire script? Do you mean the esp then? If not I don't know where I would find what script you are looking for then Edit: Changed the GetActorReference() and still got the same error :/
  3. So I am following this youtube video to make a basic companion to start with (https://youtu.be/xKViKsNcXVY?list=PLElczpoUwHC4jZXDF_3mp_iXgALiLHw-k should start at roughly 25:00) and everything is going well except for the last part with the papyrus fragment some errors come up. The first one if for the "FollowersScript.GetScript().SetCompanion(Asher.GetActorRefrence())" (here is the error) Papyrus Compiler Version 2.8.0.4 for Fallout 4Copyright © ZeniMax Media. All rights reserved.Starting 1 compile threads for 1 files...Compiling "Fragments:Quests:QF_COMAsher_01005433"...C:\Users\Zander\AppData\Local\Temp\PapyrusTemp\Fragments\Quests\QF_COMAsher_01005433.psc(7,41): variable Asher is undefinedC:\Users\Zander\AppData\Local\Temp\PapyrusTemp\Fragments\Quests\QF_COMAsher_01005433.psc(7,47): none is not a known user-defined script typeC:\Users\Zander\AppData\Local\Temp\PapyrusTemp\Fragments\Quests\QF_COMAsher_01005433.psc(7,47): type mismatch on parameter 1 - cannot pass a void to a actorC:\Users\Zander\AppData\Local\Temp\PapyrusTemp\Fragments\Quests\QF_COMAsher_01005433.psc(15,45): variable Asher is undefinedC:\Users\Zander\AppData\Local\Temp\PapyrusTemp\Fragments\Quests\QF_COMAsher_01005433.psc(15,51): none is not a known user-defined script typeC:\Users\Zander\AppData\Local\Temp\PapyrusTemp\Fragments\Quests\QF_COMAsher_01005433.psc(15,51): type mismatch on parameter 1 - cannot pass a void to a actorNo output generated for Fragments:Quests:QF_COMAsher_01005433, compilation failed. Batch compile of 1 files finished. 0 succeeded, 1 failed.Failed on Fragments:Quests:QF_COMAsher_01005433 And then I also get a error for "FollowersScript.GetScript().DismissCompanion(Asher.GetActorRefrence())" (here is the error) Papyrus Compiler Version 2.8.0.4 for Fallout 4Copyright © ZeniMax Media. All rights reserved.Starting 1 compile threads for 1 files...Compiling "Fragments:Quests:QF_COMAsher_01005433"...C:\Users\Zander\AppData\Local\Temp\PapyrusTemp\Fragments\Quests\QF_COMAsher_01005433.psc(7,41): variable Asher is undefinedC:\Users\Zander\AppData\Local\Temp\PapyrusTemp\Fragments\Quests\QF_COMAsher_01005433.psc(7,47): none is not a known user-defined script typeC:\Users\Zander\AppData\Local\Temp\PapyrusTemp\Fragments\Quests\QF_COMAsher_01005433.psc(7,47): type mismatch on parameter 1 - cannot pass a void to a actorC:\Users\Zander\AppData\Local\Temp\PapyrusTemp\Fragments\Quests\QF_COMAsher_01005433.psc(15,45): variable Asher is undefinedC:\Users\Zander\AppData\Local\Temp\PapyrusTemp\Fragments\Quests\QF_COMAsher_01005433.psc(15,51): none is not a known user-defined script typeC:\Users\Zander\AppData\Local\Temp\PapyrusTemp\Fragments\Quests\QF_COMAsher_01005433.psc(15,51): type mismatch on parameter 1 - cannot pass a void to a actorNo output generated for Fragments:Quests:QF_COMAsher_01005433, compilation failed. Batch compile of 1 files finished. 0 succeeded, 1 failed.Failed on Fragments:Quests:QF_COMAsher_01005433 Same error for both lines of code but I have no clue how to fix it. Any ideas? Kind of new with the G.E.C.K so any help is appreciated :smile:
×
×
  • Create New...