/* * resetID.slo * * recreate any droid's belonging to the player that were placed on * the map by the editor to avoid id number clashes on later levels * */ event resetID(CALL_GAMEINIT) { takeOverDroidsInArea(0,0, 0,0, mapWidth*128, mapHeight*128); }