Subversion-Projekte sthq.argas

Revision

Revision 21 | Zur aktuellen Revision | Blame | Vergleich mit vorheriger | Letzte Änderung | Log anzeigen | RSS feed

//Generated by BehavEd

rem ( "comment" );

affect ( "turbo_kirk", /*@AFFECT_TYPE*/ FLUSH )
{
        set ( /*@SET_TYPES*/ "SET_BOLTON_ON", "towel" );
        set ( /*@SET_TYPES*/ "SET_INVISIBLE", /*@BOOL_TYPES*/ "true" );
}


affect ( "kirkcin", /*@AFFECT_TYPE*/ FLUSH )
{
        set ( /*@SET_TYPES*/ "SET_INVISIBLE", /*@BOOL_TYPES*/ "true" );
}


affect ( "helmkirk", /*@AFFECT_TYPE*/ FLUSH )
{
        set ( /*@SET_TYPES*/ "SET_INVISIBLE", /*@BOOL_TYPES*/ "true" );
}


affect ( "helmkirknoswim", /*@AFFECT_TYPE*/ FLUSH )
{
        set ( /*@SET_TYPES*/ "SET_INVISIBLE", /*@BOOL_TYPES*/ "true" );
}


affect ( "munro", /*@AFFECT_TYPE*/ FLUSH )
{
        set ( /*@SET_TYPES*/ "SET_WIDTH", 5 );
}

rem ( "Fosterlives=tricorder" );
rem ( "odelllives=unifrom" );
rem ( "csatloslives=phaser" );
rem ( "Isodesium1=coordinates" );
rem ( "isodesium2=communicator" );

if ( $get( FLOAT, "SET_OBJECTIVEODELL")=1.000000$ )
{
        set ( /*@SET_TYPES*/ "SET_CON_COMMAND", "torsomodel hazard" );
        set ( /*@SET_TYPES*/ "SET_CON_COMMAND", "legsmodel hazard" );
        set ( /*@SET_TYPES*/ "SET_CON_COMMAND", "bolton remove towel" );
}


else (  )
{
        set ( /*@SET_TYPES*/ "SET_CON_COMMAND", "torsomodel kirk_swim" );
        set ( /*@SET_TYPES*/ "SET_CON_COMMAND", "legsmodel kirk_swim" );
        set ( /*@SET_TYPES*/ "SET_CON_COMMAND", "headmodel kirk_swim" );
        set ( /*@SET_TYPES*/ "SET_CON_COMMAND", "bolton add towel" );

        affect ( "wetclothes", /*@AFFECT_TYPE*/ INSERT )
        {
                set ( /*@SET_TYPES*/ "SET_INVISIBLE", /*@BOOL_TYPES*/ "true" );
        }

}


if ( $get( FLOAT, "SET_OBJECTIVEFOSTER")=1.000000$ )
{

        affect ( "kirkcin", /*@AFFECT_TYPE*/ INSERT )
        {
                set ( /*@SET_TYPES*/ "SET_BOLTON_ON", "tos_mini_tricorder_hip" );
        }


        affect ( "helmkirknoswim", /*@AFFECT_TYPE*/ FLUSH )
        {
                set ( /*@SET_TYPES*/ "SET_BOLTON_ON", "tos_mini_tricorder_hip" );
        }

}


if ( $get( FLOAT, "SET_OBJECTIVEISODESIUM2")=1.000000$ )
{

        affect ( "kirkcin", /*@AFFECT_TYPE*/ INSERT )
        {
                set ( /*@SET_TYPES*/ "SET_BOLTON_ON", "communicator_hip" );
        }


        affect ( "helmkirknoswim", /*@AFFECT_TYPE*/ FLUSH )
        {
                set ( /*@SET_TYPES*/ "SET_BOLTON_ON", "tos_mini_tricorder_hip" );
        }

}


if ( $get( FLOAT, "SET_OBJECTIVECSATLOS")=1.000000$ )
{

        affect ( "kirkcin", /*@AFFECT_TYPE*/ FLUSH )
        {
                set ( /*@SET_TYPES*/ "SET_BOLTON_ON", "phaser_hip" );
        }


        affect ( "helmkirknoswim", /*@AFFECT_TYPE*/ FLUSH )
        {
                set ( /*@SET_TYPES*/ "SET_BOLTON_ON", "phaser_hip" );
        }

}