]> Shamusworld >> Repos - jk1/blob - zell/base/scripts/jk1/diag1crate.txt
Move stuff into trunk in prepartion for GIT import.
[jk1] / zell / base / scripts / jk1 / diag1crate.txt
1 //Generated by BehavEd\r
2 \r
3 rem ( "crate on diagonal elevator goes up with elevator, and moves once it reaches the top" );\r
4 \r
5 affect ( "diag1crate", /*@AFFECT_TYPE*/ FLUSH )\r
6 {\r
7 \r
8         task ( "move" )\r
9         {\r
10                 wait ( 500.000 );\r
11                 move ( $tag( "diag1crate1", ORIGIN)$, < 0.000 0.000 0.000 >, 7000.000 );\r
12                 wait ( 7000.000 );\r
13         }\r
14 \r
15 \r
16         task ( "move2" )\r
17         {\r
18                 move ( $tag( "diag1crate2", ORIGIN)$, < 0.000 0.000 0.000 >, 5000.000 );\r
19                 wait ( 1000.000 );\r
20                 rotate ( < 2.000 -23.000 0.000 >, 2000.000 );\r
21         }\r
22 \r
23         dowait ( "move" );\r
24         dowait ( "move2" );\r
25 }\r
26 \r