You have to save the skills from the player model (for example skill1=health) into vars.

Example:

health_var=player.skill1;
wait(1);
load_level("Level2.wmb");
wait(3);
player.skill1=health_var;

Regards
TSGames