]> Shamusworld >> Repos - jk1/blob - scripts/01narshadda/biglift1.txt
Move stuff into trunk in prepartion for GIT import.
[jk1] / scripts / 01narshadda / biglift1.txt
1 //Generated by BehavEd\r
2 \r
3 rem ( "Moves the left cargo lift in 01narshadda down." );\r
4 \r
5 affect ( "biglift_left", /*@AFFECT_TYPE*/ FLUSH )\r
6 {\r
7         wait ( 2500.000 );\r
8         move ( $tag( "reftag_down", ORIGIN)$, < 0.000 0.000 0.000 >, 4000.000 );\r
9 }\r
10 \r