MercyFunction Posted June 20, 2013 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
MercyFunction Posted June 20, 2013 Author Posted June 20, 2013 figures. thanks :P Is it possible to use the IsDead command to check actor ids in a form list?
EnaiSiaion Posted June 21, 2013 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.
luthienanarion Posted June 26, 2013 Posted June 26, 2013 On 6/20/2013 at 5:39 PM, Ares1 said: figures. thanks :P Is it possible to use the IsDead command to check actor ids in a form list?FormList.Find()
Recommended Posts