Jump to content

Place a dead actor?


Luvian

Recommended Posts

I've been trying for the last hour to place a dead actor in the game world but I can't figure out how. The left click edit window doesn't seem to have anything about the living/dead state and I didn't see any scripts that seemed to be for that either. I also haven't seen any "corpse" in the litter items. Just mutilated bodyparts.

 

So how do you do it? How do you place a dead character?

 

Thanks!

Link to comment
Share on other sites

There was some object that you need to link witht the actor to make it dead.

 

Like Skree000 said, try looking at some Vanilla examples of how this was made. And when you find a solution, please post it here so others don't have to look for it :P

Link to comment
Share on other sites

I've been trying for the last hour to place a dead actor in the game world but I can't figure out how. The left click edit window doesn't seem to have anything about the living/dead state and I didn't see any scripts that seemed to be for that either. I also haven't seen any "corpse" in the litter items. Just mutilated bodyparts.

 

So how do you do it? How do you place a dead character?

 

Thanks!

 

I am working on a mod that needed a dead character to appear. Here is how I did it.. I created a live character and then added a custom script. Also not sure if your using references or not. I created this character in a test cell and called it forth.

 

ScriptName zzCorpseify

 

short dice

 

begin OnLoad

set dice to 0 + GetRandomPercent *12/99

killactor corpseRef, dice

EndIf

end

Link to comment
Share on other sites

Another way would be to put "corpse" in the search field. Pick one, then rename the entry, create a new one and change the appearance to your liking. This worked for me.
Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

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