How you load your levels?
via
Code:
  
level_load("xyz.wmb");


or
Code:

string lvl_xyz = <xyz.wmb>;

level_load(lvl_xyz);


?

Only in the second Code the Level is copyed in the folder, because auf the " <> " round the filename!

Look in the Manual for: bind , level and include

-Xpresso