Ghostrick Posted August 19, 2016 Share Posted August 19, 2016 Ok so I don't need help making an NPC that's pretty simple to figure out. My internet is crap, so I can't watch a youtube tutorial. I have the NPC mostly finished I just need to be told how to set her location, how to make her a follower, and installing her into my game. I'm hoping to get her voice acted and getting her on the Nexus. I need to make sure she works and play around with her script. Link to comment Share on other sites More sharing options...
Jokerine Posted August 19, 2016 Share Posted August 19, 2016 http://www.nexusmods.com/newvegas/mods/45278/? Link to comment Share on other sites More sharing options...
Ghostrick Posted August 20, 2016 Author Share Posted August 20, 2016 I am confused now, how many spaces need to be in the script? It's hard to just guess. Link to comment Share on other sites More sharing options...
Ghostrick Posted August 20, 2016 Author Share Posted August 20, 2016 What is my Tag? Link to comment Share on other sites More sharing options...
Ghostrick Posted August 20, 2016 Author Share Posted August 20, 2016 (edited) scn DevScript short HasBeen Hired short L38 short Relax short DoOnce int CombatStyleRanged int CombatStyleMelee int IsFollowingDefault int IsFollowingLong int FollowerSwitchAggresive int Waiting Begin GameMode If [DoOnce != 1] Set HasBeenHired to 0 Set L38 to 0 Set CombatStyleRanged to 1 Set CombatStyleMelee to 0 Set IsFollowingDefault to 0 Set IsFollowingLong to 0 Set FollowerSwitchAggresive to 0 Set Waiting to 0 Set Relax to 0 Set DoOnce to 1 Endlf End What is the issue? Edited August 20, 2016 by Ghostrick Link to comment Share on other sites More sharing options...
rickerhk Posted August 20, 2016 Share Posted August 20, 2016 remove the space from the variable name short HasBeen Hired Link to comment Share on other sites More sharing options...
Ghostrick Posted August 20, 2016 Author Share Posted August 20, 2016 Thank you, that worked Link to comment Share on other sites More sharing options...
Ghostrick Posted August 20, 2016 Author Share Posted August 20, 2016 am I supposed to change all *** to my tag? Link to comment Share on other sites More sharing options...
Ghostrick Posted August 20, 2016 Author Share Posted August 20, 2016 scn DevQuestScript short bDevHireable short bDevDoOnce Begin GameMode if [bDevDoOnce != 1] Set bDevHireable to 1 Set bDevDoOnce to 1 EndIf End Right? Link to comment Share on other sites More sharing options...
Ghostrick Posted August 20, 2016 Author Share Posted August 20, 2016 (edited) My NPC says Script: None and its not prompting me to name the new script is that normal? Edited August 20, 2016 by Ghostrick Link to comment Share on other sites More sharing options...
Recommended Posts