//Generated by BehavEd rem ( "crate on diagonal elevator goes up with elevator, and moves once it reaches the top" ); affect ( "diag1crate", /*@AFFECT_TYPE*/ FLUSH ) { task ( "move" ) { wait ( 500.000 ); move ( $tag( "diag1crate1", ORIGIN)$, < 0.000 0.000 0.000 >, 7000.000 ); wait ( 7000.000 ); } task ( "move2" ) { move ( $tag( "diag1crate2", ORIGIN)$, < 0.000 0.000 0.000 >, 5000.000 ); wait ( 1000.000 ); rotate ( < 2.000 -23.000 0.000 >, 2000.000 ); } dowait ( "move" ); dowait ( "move2" ); }