Quote:
Terminates the function


Is this required at the end of EVERY function?

what if its occupying an action inside of a while loop? still return every frame?

Code:
function groove(ENTITY* ent){
    vec_set(ent.x, my.x);
    return;
}
action radio(){
    while(good_song == playing){wait(1);
        groove(player);
    }
}



Thanks guys! laugh


A8 Pro 8.45.4
YouTube: Create Games For Free
Free Resources: www.CGForFree.com