simply with
level_load (Levelname);

but u can find plenty of it in the manual and AUMs

edit:
here i found this quickly in the AUMs.
Quote:
string level2_wmb = <level2.wmb>;

function next_level();

action click_me
{
my.enable_click = on;
my.event = next_level;
}

function next_level
{
level_load(level2_wmb);
}



Last edited by chris_oat; 07/15/09 12:26.