Talk:Leveled Creature

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search

As far as I can tell, once a creature from a leveled list dies, it is no longer referenced the same way as when it was "created". For instance, I had a script that enabled Undead1 from a leveled list when the player gets to a certain spot, but as soon as the creature dies, I can not do anything to it (such as verify that it is dead with Undead1.GetDead). Does anyone else know anything about this? Is this like not being able to use scripts on leveled items?

--ShadowDancer 18:23, 24 July 2007 (EDT)

I think it's because the reference is to the list, not the creature spawned. For example, if you did getpos on the list when it had a spawned critter running around you'd get the position of the list 'spawner', not the critter. Talkie Toaster 11:09, 26 July 2007 (EDT)