Subversion-Projekte sthq.colony7

Revision

Blame | Letzte Änderung | Log anzeigen | RSS feed

void cinamtic_intro();
void cinamtic_introSkip();


void cinamtic_intro()
////////////////////////////////////////////////////////////////////////////////
//Intro, starts on level start
////////////////////////////////////////////////////////////////////////////////
{
//spawn cameras at the location of teh given entities
        spawn("camera","targetname","cam1","origin",""+$cam1.getorigin());
        spawn("camera","targetname","cam2","origin",""+$cam2.getorigin());
//have a delay, waiting for the camera to be spawned
        wait(.02);
        cprint("cams spawned, cin is starting now...");
        
}


void cinamtic_introSkip()
////////////////////////////////////////////////////////////////////////////////
//Skip Intro Cinematic
////////////////////////////////////////////////////////////////////////////////
{
        
}