Ok, i downloaded a prefab, instead of using md3s. I made them static brushes, and did all the normal stuff. I put the ref_tag above the prefab. But the prefab goes forward, instead of up...
//(BHVD)
camera ( /*@CAMERA_COMMANDS*/ ENABLE );
camera ( /*@CAMERA_COMMANDS*/ MOVE, $tag( "cam", ORIGIN)$, 0 );
camera ( /*@CAMERA_COMMANDS*/ PAN, $tag( "cam", ANGLES)$, < 0.000 0.000 0.000 >, 0 );
affect ( "tie", /*@AFFECT_TYPE*/ FLUSH )
{
task ( "move" )
{
move ( $tag( "flyup", ORIGIN)$, 3000.000 );
}
do ( "move" );
}
wait ( 1000.000 );
camera ( /*@CAMERA_COMMANDS*/ DISABLE );
thats the script. Pls help... ive had the problem before, and i did something, and then it worked... but, i dont know what i did, except add sound
Thanks a lot in advanced.