TheStrictNein Posted October 6, 2013 Share Posted October 6, 2013 Essentially, I want to add a custom made note to Joe Cobb's corpse upon completion of Ghost Town Gunfight. I assume I would do this by adding some lines of script on the final quest stage of VMS16, but I have no idea what the code would look like Edit: Okay, i've had a go, I think the line just has to look like this? GSJoeCobbRef.AddNote VMS16NoteToEddie Link to comment Share on other sites More sharing options...
grifs15 Posted October 6, 2013 Share Posted October 6, 2013 GSJoeCobbRef.AddNote VMS16NoteToEddieI'm not quite sure but i think you are missing the count variable for the note. Example: "GSJoeCobbRef.AddNote VMS16NoteToEddie 1" And you are running this script after : "begin OnDeath" or with the GetDead function. Link to comment Share on other sites More sharing options...
TheStrictNein Posted October 6, 2013 Author Share Posted October 6, 2013 Thank you. I eventually figured it out, and to ensure it's retroactive I created a script that adds the note to Cobb after the quest is done. Seems to work nice Link to comment Share on other sites More sharing options...
TheStrictNein Posted October 6, 2013 Author Share Posted October 6, 2013 Fixed Link to comment Share on other sites More sharing options...
Recommended Posts