Ilias38rus 5 Posted September 15, 2015 I need to make checking for object: of A3_Characters_F_Civil class. Share this post Link to post Share on other sites
Greenfist 1863 Posted September 15, 2015 This may work: _object isKindOf "A3_Characters_F_Civil" isKindOf Share this post Link to post Share on other sites
Ilias38rus 5 Posted September 15, 2015 This may work: _object isKindOf "A3_Characters_F_Civil" isKindOf I afraid no, it working for camenbase . Share this post Link to post Share on other sites
jshock 513 Posted September 15, 2015 Well, if you haven't changed its side: side _object isEqualTo civilian Share this post Link to post Share on other sites
Greenfist 1863 Posted September 15, 2015 How about: _object isKindOf "Civilian_F" Share this post Link to post Share on other sites
Ilias38rus 5 Posted September 15, 2015 I need only objects of the class, all objects in the class Share this post Link to post Share on other sites
Heeeere's johnny! 51 Posted September 16, 2015 We already solved this issue: How to make checking for object in class? Please don't double post, it's against the rules in this forum. Use the search function on the top right corner, before you create a new thread. There's so many questions and answers every day, that it's likely to have been answered in the past already. Share this post Link to post Share on other sites
Ilias38rus 5 Posted September 16, 2015 We already solved this issue: How to make checking for object in class? Please don't double post, it's against the rules in this forum. Use the search function on the top right corner, before you create a new thread. There's so many questions and answers every day, that it's likely to have been answered in the past already. Realy sorry, forgot Share this post Link to post Share on other sites