Jump to content

mattmatt1234

Members
  • Posts

    8
  • Joined

  • Last visited

Nexus Mods Profile

About mattmatt1234

mattmatt1234's Achievements

Rookie

Rookie (2/14)

  • First Post
  • Week One Done
  • One Month Later
  • One Year In
  • Conversation Starter

Recent Badges

0

Reputation

  1. I found the weretiger but all he does is flee. I forgot to put this is in the Midas Magic mod.
  2. I want a script to updat the quest when the player goes into a house. I tried player.GetInCell and I tried player.GetDistance from an object i put in the room. Is there any other way to do it?
  3. Will that work for map markers or static objects? This part of the script isn't working If BGFarmHouse01.getdistance player <= 500 SetStage BGM01 100 endif end
  4. Okay thanks. That worked a lot better,but now i need a script that would advance the quest stage when the player gets close to a map marker.
  5. Heres my quest script ScriptName BGM01QuestScript Short DoOnce1 Short BGQO Short count1once Short count2once Begin GameMode If (DoOnce1 == 0) AddTopic BGMessage4u Set DoOnce1 to 1 Endif If (BGQO<2) If (player.GetItemCount "BGFarmhousekey" == 1) && (count1once ==0) Set BGQO to BGQO +1 set count1once to 1 EndIf Endif if (BGQO <2) If (player.GetItemCount "BGLandDeed" 1 ==1) && (count2once==0) Set BGQO to BGQO +1 Set count2once to 1 Endif endif if (BGQO == 2) SetStage BGM01 40 Endif End
  6. Thanks i fixed that and a few other things but now when i get to the end of the quest my journal doesn't update i uploaded the esp and a read me here http://tesnexus.com/downloads/file.php?id=31947 thanks
  7. Anyone that is good at modding can you help me with a script. I'm trying to get it to where the player has to get 2 items to advance in the quest but the construction set keeps saying script command count1once is not found when i want it to be a variable same with count2once. Heres the script ScriptName BGM01QuestScript Short DoOnce1 Short MetVonton Short BGQO Short count1once Short count2once Begin GameMode If (DoOnce1 == 0) AddTopic BGMessage4u Set DoOnce1 to 1 Endif If (BGQO>2) If (player.GetItemCount "BGFarmhousekey" >=1) && (count1once ==0) Set BGQO to +1 count1once to 1 EndIf If (player.GetItemCount "BGLandDeed" 1 >=1 && (count2once==0) Set BGQO to +1 Set count2once to 1 Endif
  8. I download alternative start roelplayers mod and i made my race a ghoul. everytime i get into the tranquility lane pod it shows the monitor then the screen flshes whit , but i stay in the pod and can't do anything. I think it's being a ghoul, but i'm not sure.
×
×
  • Create New...