]> Shamusworld >> Repos - jk1/blob - zell/base/scripts/jk1/diag1down.txt
Move stuff into trunk in prepartion for GIT import.
[jk1] / zell / base / scripts / jk1 / diag1down.txt
1 //Generated by BehavEd\r
2 \r
3 rem ( "diagonal elevator moves up to the bottom, waits 4 seconds, then fires the 'diag1up' script" );\r
4 \r
5 affect ( "diag1", /*@AFFECT_TYPE*/ FLUSH )\r
6 {\r
7 \r
8         task ( "down" )\r
9         {\r
10                 use ( "diag1switch" );\r
11                 use ( "diagtopstart" );\r
12                 wait ( 500.000 );\r
13                 move ( $tag( "diagdown", ORIGIN)$, < 0.000 0.000 0.000 >, 7000.000 );\r
14                 use ( "diagloop" );\r
15                 wait ( 6500.000 );\r
16                 use ( "diagbottomstop" );\r
17                 wait ( 500.000 );\r
18                 use ( "diagloop" );\r
19                 use ( "diag1caulkdeact" );\r
20         }\r
21 \r
22         dowait ( "down" );\r
23         wait ( 4000.000 );\r
24         run ( "jk1/diag1up" );\r
25 }\r
26 \r