Code:
 
if(level_code == 1)
{
var hdl;
freeze_mode = 1;
hdl = media_play("level2b.avi",null,50);
while(media_playing(hdl) != 0)
{
wait(1);
}
level_load("level2b.wmb");
wait(3);
p1_health = 100;
player.health = 100;
level_code = 2.2;
freeze_mode = 0;
AIpath();}
}



Last edited by Wade_Adams; 03/24/07 19:59.

Optimism is an occupational hazard of programming: feedback is the treament.
Kent Beck