CourtAppointedSawyer Posted March 17 Share Posted March 17 (edited) I'm trying to run a script end with a dialogue with Sergio in the geck, the problem is I cannot figure out why I can't specify him specifially with any commands. I'm trying to add/remove Figaro from his inventory. I've tried VFSSergioREF and SergioREF and every other combination imaginable. Through the same script VFSPacer will work and I can add/remove it from pacer with the same script, but for whatever reason Sergio specifically just will not work. I feel like his name or reference ID is incorrectly listed but I can't figure out the right identifier. Edited March 17 by CourtAppointedSawyer Link to comment Share on other sites More sharing options...
sullyvanj93 Posted March 18 Share Posted March 18 When you are adding/removing from inventory, you shouldn't use the reference, but the editor ID itself. Try VFSSergio instead, see if that resolves all of your issues. Link to comment Share on other sites More sharing options...
CourtAppointedSawyer Posted March 19 Author Share Posted March 19 To clarify I'm trying to remove the item upon the end of a dialogue option through the script end. I've tried VFSSergio.additem 0014D2A7 1, with just about every combination i can think of VFSSergio Sergio VFSSergioREF etc. It's just Sergio specifically for whatever reason I cannot interact with whatsoever in scripts Link to comment Share on other sites More sharing options...
puddlepond Posted March 20 Share Posted March 20 usually scripts and stuff use EditorIDs and not FormIDs. have you tried doing VFSSergio.AddItem WeapNVStraightRazorUnique 1 Link to comment Share on other sites More sharing options...
Recommended Posts