Jump to content

lc1000

Members
  • Posts

    10
  • Joined

  • Last visited

Everything posted by lc1000

  1. Ok thank you. Its not something I desperately need so when ever is fine.
  2. If someone would be kind enough to seperate the mesh VGearDoor01 into two sections - the gear door and the drill.
  3. The script looks pretty good. Maybe add DixieREF.EvaluatePackage after you add the package. If that don't work I'd check the package. Put the package in him in the geck as a test and see if he comes running to talk to you or maybe swap your greet package with some generic travel to player package in the script for testing the script.
  4. I guessing and have not tested it but I think the problem is that "set ShowOnce to 1" is outside of the "if PlayerIsSniper" block and so the script only runs once. PlayerIsSniper will equal -1 unless the player presses the button very quickly. Put "set ShowOnce to 1" where the debug line is should fix. I think you should also make ShowOnce its own thing so the message doesnt keep on displaying. How do you the code layout in forums? int ShowOnce int PlayerIsSniper int MessageMenu Begin GameMode if ShowOnce == 0 ShowMessage MSGSilentSniper Set MessageMenu to 1 Set ShowOnce to 1 endif if MessageMenu == 1 Set playerIsSniper to GetButtonPressed if PlayerIsSniper == 0 Set MessageMenu to 0 elseif PlayerIsSniper == 1 SilentSniperRef.enable SilentSniperModRef.enable SilentSniperMod2Ref.enable SilentSniperNoteRef.enable Set MessageMenu to 0 endif endif END
  5. Something like this? ref Actor Begin OnTriggerEnter Set Actor to GetActionRef If Actor.GetInFaction NCRFaction == 1 Actor.Disable Endif End
  6. check out the script "REPCONEnterScript". Line 26 & 27 is where the magic happens. Its the quest where you meet jason bright but before that, chris haversam talks to you through an intercom.
  7. I am looking for someone to help me write a story, dialogue and character's personality for a mod in the near future. I've always wanted to create a casino heist mod like something straight out of the movies. I consider creative writing my weakness. I've only made one mod. (Pizza Boy) Hopefully it will give you the idea of the type of person I am looking for. I can be indecisive and unmotivated sometimes just so you know (Currently in a unmotivated mood). If your interested hit me up baby. I would like to start building the mod next month. :)
  8. Thanks Mktavish. Your comment ("texture gone") made me realize I could just remove the NiBlocks BSShaderTextureSet and NiMaterialProperty from the chair in NifSkope. The chair is now invisible and still works like a chair in game.
  9. I was trying to make a chair invisible but failed.
×
×
  • Create New...