//Generated by BehavEd rem ( "diagonal elevator moves up to the bottom, waits 4 seconds, then fires the 'diag1up' script" ); affect ( "diag1", /*@AFFECT_TYPE*/ FLUSH ) { task ( "down" ) { use ( "diag1switch" ); use ( "diagtopstart" ); wait ( 500.000 ); move ( $tag( "diagdown", ORIGIN)$, < 0.000 0.000 0.000 >, 7000.000 ); use ( "diagloop" ); wait ( 6500.000 ); use ( "diagbottomstop" ); wait ( 500.000 ); use ( "diagloop" ); use ( "diag1caulkdeact" ); } dowait ( "down" ); wait ( 4000.000 ); run ( "jk1/diag1up" ); }