//Generated by BehavEd

rem ( "Atlantica Lift 2 - 3 Floor Script" );
set ( "lift2_target", "-1" );
sound ( /*@CHANNELS*/ CHAN_AUTO, "sound/interface/sub_select.mp3" );

if ( $get( FLOAT, "lift2_target")$, $=$, $0$ )
{
	set ( "lift2_target", "3" );
}

