Jump to content

Rumbleskin

Members
  • Posts

    17
  • Joined

  • Last visited

Nexus Mods Profile

About Rumbleskin

Rumbleskin's Achievements

Apprentice

Apprentice (3/14)

  • First Post
  • Collaborator
  • Conversation Starter
  • Week One Done
  • One Month Later

Recent Badges

0

Reputation

  1. Hi Am trying to get a npc to move from one building to another when a quest stage is complete but its not really working the way i want it to In the npc's AIpackage i set the condtions Getstage myquest >= 50 and linked to a reference Then i made another AIpackage on the same npc that says GetStage myquest < 50 and linked that travel pack to another reference in another building But she just auto runs to the location second location no matter what. Anyone now how to get npc's to travel around at diffrent stages?
  2. Just wanted to let anyone who was intrested know that i have added a porn star quest to my mod called "More Adult Content" or MAC for short Enjoy http://www.newvegasnexus.com/downloads/file.php?id=36759
  3. Hiya, A few people have said that my MOD "More Adult Content" as of the new version is crashing there game. Could a few people please try and load it up and see if it crashes them aswell Here is the mod http://www.newvegasnexus.com/downloads/file.php?id=36759#fileanchor Thanks
  4. Any skilled modder out there that could please take a look at and help me fix up a navmesh in my mod. http://www.newvegasnexus.com/downloads/file.php?id=36759 The mesh i need looked at is The Atomic Wrangler. I will also credit you on my mod discription. If you can help please drop me a line here or go download it and mail it with the fix to [email protected]
  5. Hiya I need a little help making a npc stand still and dance endlessly. I have placed a dancemarker and the npc on it and she will dance but only for a little while then she stops for a while before she starts agian, I need her to dance non-stop. Anyone know if there is a way to do this?
  6. thanks for all the help mate, got my quest to work now :)
  7. In the quest stages window i tryed to add SetObjectiveCompleted 1maria 100 1 to the 100 in the index window but that dident help ether
  8. thanks man that worked the quest came up and everything and the marker pointed to the right place, but now i have another problem, when i grabed the second holo disk it dident finish the quest and the marker still points to the old spot. the second tap is just a note and i cant bind the note to a script, all i can do is set the items owning quest to Maria1. Should i just make a item like the last one and write a script for it. I have a script writen but it wont let me save it scn 1MariaEndTRIG begin OnTrigger player if getStage 1Maria < 100 if player.getHasNote 2mariaitem setStage 1Maria 100 endif endif end Thanks agian for any help :)
  9. The script saved and i added it to the item but it still dosent seem to want to work Here is how the quest itself looks (Its not advanced or anything i did a tutorial but changed it around a little) Quest data tab Quest name= Looking for maria ID= 1maria priorty 50 script none start game enabled =check script process delay =check Quest stages tab Index 10 has log entry SetObjectiveDisplayed 1Maria 10 1 index 100 has empty Quest objectives tab object index shows 10 with text display =no place like sloan target ref QJmesshall 11maria Am trying to make a quest that will send the player to sloan after picking up the first holotape to find a girl named maria, but she is not there but you find another holotape there. Also am hoping to get a text to pop up on the screen when the play gets the text that says No place like Sloan Any more tips or if you noticed were i screwed up would be great :)
  10. It looks like this now scn 1Mariastage10triggerSCRIPT begin onADD 1mariaitem if getStage 1Maria < 10 startquest 1Maria 10 endif end But it wont let me save it. Also i have script type set to object but i also tryed with it set to quest, neather worked (couldent save etc). Maybe am just missing somthing really basic?
  11. it dosent seem to want to save the script when i change OnGrab to OnActivate
  12. Hiya am trying to make a quest that starts when you pick up a holotape. I have made the quest its just the script i need help with scn 1Mariastage10triggerSCRIPT begin onGrab 1mariastartREF if getStage 1Maria < 10 setStage 1Maria 10 endif end This is my first quest I called the questID 1Maria and the item 1Mariastart (The holotape) Am pretty sure i made the quest the right way its just not the script thats working Can anyone please help
×
×
  • Create New...