//Generated by BehavEd

rem ( "Hidden Switch Message Display Script" );

affect ( "10switch_parmentity", /*@AFFECT_TYPE*/ FLUSH )
{
	set ( /*@SET_TYPES*/ "SET_PARM5", "+1" );
}

wait ( 100.000 );

affect ( "10switch_parmentity", /*@AFFECT_TYPE*/ FLUSH )
{

	if ( $get( FLOAT, "SET_PARM5")$, $=$, $1$ )
	{
		print ( "!1/10 Lv.4 Console Switches Activated" );
	}


	else (  )
	{

		if ( $get( FLOAT, "SET_PARM5")$, $=$, $2$ )
		{
			print ( "!2/10 Lv.4 Console Switches Activated" );
		}


		else (  )
		{

			if ( $get( FLOAT, "SET_PARM5")$, $=$, $3$ )
			{
				print ( "!3/10 Lv.4 Console Switches Activated" );
			}


			else (  )
			{

				if ( $get( FLOAT, "SET_PARM5")$, $=$, $4$ )
				{
					print ( "!4/10 Lv.4 Console Switches Activated" );
				}


				else (  )
				{

					if ( $get( FLOAT, "SET_PARM5")$, $=$, $5$ )
					{
						print ( "!5/10 Lv.4 Console Switches Activated" );
					}


					else (  )
					{

						if ( $get( FLOAT, "SET_PARM5")$, $=$, $6$ )
						{
							print ( "!6/10 Lv.4 Console Switches Activated" );
						}


						else (  )
						{

							if ( $get( FLOAT, "SET_PARM5")$, $=$, $7$ )
							{
								print ( "!7/10 Lv.4 Console Switches Activated" );
							}


							else (  )
							{

								if ( $get( FLOAT, "SET_PARM5")$, $=$, $8$ )
								{
									print ( "!8/10 Lv.4 Console Switches Activated" );
								}


								else (  )
								{

									if ( $get( FLOAT, "SET_PARM5")$, $=$, $9$ )
									{
										print ( "!9/10 Lv.4 Console Switches Activated" );
									}


									else (  )
									{

										if ( $get( FLOAT, "SET_PARM5")$, $=$, $10$ )
										{
											print ( "!10/10 Lv.4 Console Switches Activated" );
											wait ( 2000.000 );
											print ( "!Lv.4 Console is now active!" );
										}

									}

								}

							}

						}

					}

				}

			}

		}

	}

}

