// this script was compiled with wurst 1.8.1.0-jenkins-Wurst-1367 globals endglobals function initGlobals takes nothing returns nothing endfunction function main takes nothing returns nothing local group g local group from local group this local group this_1 local unit u call initGlobals() set g = null set from = g loop set this = from exitwhen not (FirstOfGroup(this) != null) set this_1 = from set u = FirstOfGroup(this_1) call GroupRemoveUnit(this_1, u) endloop endfunction function config takes nothing returns nothing endfunction