function main()
{
level_load("z.wmb");

while(1)
{

if (item == 5)
level_load("x.wmb");

wait(1);
}

}