#  MERGE2 v1.03 17.03.93
#  This works for NTSC/PAL output if rendering with field rendering.
#  This is setup for a 1,2 field environment.  (With version 2.6, the 
#  inter* series can be used instead, for more flexibility.)
#
#  usage: MERGE2 <filename> <frame> <counter> <field>
#

if( $4 == "2" ) then
   mergeField $1.$2.2 $1.$2.1 $1.$2
endif

