Ares1 Posted June 20, 2013 Share Posted June 20, 2013 (edited) I'm working on a mod that makes checking if an NPC is dead essential. Only issue is that I cannot find any sort of script command that checks this... I saw one forum post about a "IsDead" command but it doesn't seem to be present in the creation kit. So I was wondering how can you do this? It sounds utterly trivial to do this but so far it seems rather convoluted. Any help would be appreciated, Also I am checking a lot of NPCs so I'm also wondering if it is possible to use a form list to check them all? My ultimate goal is to display a message on a characters death. simple but needed :P Thank you ^.^ Edited June 20, 2013 by Ares1 Link to comment Share on other sites More sharing options...
steve40 Posted June 20, 2013 Share Posted June 20, 2013 IsDead() What could be simpler? *shrug* Link to comment Share on other sites More sharing options...
Ares1 Posted June 20, 2013 Author Share Posted June 20, 2013 figures. thanks :P Is it possible to use the IsDead command to check actor ids in a form list? Link to comment Share on other sites More sharing options...
EnaiSiaion Posted June 21, 2013 Share Posted June 21, 2013 Actor IDs in a formlist... yes, just loop through the formlist. :) GetDeadCount() also works if there's more than one of him. Link to comment Share on other sites More sharing options...
luthienanarion Posted June 26, 2013 Share Posted June 26, 2013 figures. thanks :P Is it possible to use the IsDead command to check actor ids in a form list?FormList.Find() Link to comment Share on other sites More sharing options...
Recommended Posts