Jump to content

Adding an item to a dead actor


TheStrictNein

Recommended Posts

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

 

GSJoeCobbRef.AddNote VMS16NoteToEddie

I'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

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...