var time=90;

action timer_game()
{
while(1)
{
time-=1;
}
wait(-1);
}

action example()
{
while(1)
{
if(time==0)
{
printf("Game Over");
}
wait(1);
}
}

SO that shuld work
WFG Progger laugh

Last edited by Progger; 08/25/10 20:16.

asking is the best Way to get help laugh laugh laugh