head	1.1;
branch	1.1.1;
access;
symbols
	iQue_20031113:1.1.1.1
	iQue_beta_1_0:1.1.1.1
	start:1.1.1.1
	Nintendo:1.1.1;
locks; strict;
comment	@# @;
expand	@b@;


1.1
date	2003.02.05.23.47.38;	author wheeler;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	2003.02.05.23.47.38;	author wheeler;	state Exp;
branches;
next	;


desc
@@



1.1
log
@Initial revision
@
text
@BEGIN {
    FS = "\([ \t]*,[ \t]*\|[ \t]+\)";
    endflg=0;
}
{
    if ($1~/#label/){
	if ($(NF)=="") NF--;
	NF--;
	count+=NF;
	num+=0;
	if ((count > num)&&(endflg==0)){
	    target=num+NF-count+2;
	    foxnum=scene*1000+num;
			label=sprintf("_v_%05d",foxnum);
	    sub($(target),label,$(target));
	    endflg=1;
	    printf("#label   %s",$2);
	    for(i=3;i<NF+2;i++){
		printf(", %s",$i);
	    }
	    printf("\n");
	}
	else print $0;
    }
    else print $0;
}
@


1.1.1.1
log
@audio assets
@
text
@@
