Subversion-Projekte sthq.argas

Revision

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

//Generated by BehavEd


affect ( "tri_kirk1", /*@AFFECT_TYPE*/ FLUSH )
{
        set ( /*@SET_TYPES*/ "SET_INVISIBLE", /*@BOOL_TYPES*/ "true" );
        set ( /*@SET_TYPES*/ "SET_CON_COMMAND", "bolton add towel" );

        if ( $get( FLOAT, "SET_OBJECTIVEISODESIUM2")=1.000000$ )
        {
                set ( /*@SET_TYPES*/ "SET_BOLTON_ON", "communicator_hip" );
        }

}


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


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


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


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


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


affect ( "openbox", /*@AFFECT_TYPE*/ FLUSH )
{
        set ( /*@SET_TYPES*/ "SET_USESCRIPT", "NULL" );
}


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


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

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", "bolton add towel" );

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

}