xkkmEl Posted August 2, 2022 Share Posted August 2, 2022 I'm looking for a CK condition check to find corpses of dead animals and enemies. I was expecting this to work, but it doesn't:S GetIsObjectType 'Actor' == 1 ANDS GetDead NONE == 1 I am getting zero/false results for object types 'Actor', 'Activator', 'Container', 'LeveledCharacter' and 'Ragdoll'. I don't know what else to try, and I'd really hate to have to try all the remaining options. Thanks in advance, Link to comment Share on other sites More sharing options...
xkkmEl Posted August 2, 2022 Author Share Posted August 2, 2022 Oh well. Turns out it works fine without testing the object type. GetDead does the job. If you do this to fill an alias though, make sure to set the 'allow dead' flag. Link to comment Share on other sites More sharing options...
Recommended Posts