Bravo33 0 Posted August 4, 2010 Just started scripting. Is there a wild card to select all soldiers that fall into the USMC_Soldier category rather than say USMC_SoldierWB? ie IF any Multiplayer soldier comes closed to an IED the it will trigger rather than specific soldier types. Share this post Link to post Share on other sites
Jezuro 452 Posted August 4, 2010 http://community.bistudio.com/wiki/isKindOf http://community.bistudio.com/wiki/faction http://community.bistudio.com/wiki/side Share this post Link to post Share on other sites
shuko 59 Posted August 4, 2010 condition: {_x iskindof "USMC_Soldier"} count thislist > 0 You can replace the type with anything in here: A2 list Share this post Link to post Share on other sites