the bridge still does not work, however the spatulas now spin, heres what my anim looks like:
Animation("bridge_drop", 3.00, 0, 0)
{
AddPositionKey(0.00, 0.00, 0.00, 0.00, 1, 0.00, 0.00, 0.00, 0.00, 0.00, 0.00);
AddPositionKey(2.70, 0.00, -8.00, 0.00, 1, 0.00, 0.00, 0.00, 0.00, 0.00, 0.00);
AddPositionKey(3.00, 0.00, -9.00, 0.00, 1, 0.00, 0.00, 0.00, 0.00, 0.00, 0.00);
}
Animation("Bridge_raise", 4.00, 0, 0)
{
AddPositionKey(0.00, 0.00, -9.00, 0.00, 1, 0.00, 0.00, 0.00, 0.00, 0.00, 0.00);
AddPositionKey(0.42, 0.00, -8.00, 0.00, 1, 0.00, 0.00, 0.00, 0.00, 0.00, 0.00);
AddPositionKey(3.75, 0.00, -0.30, 0.00, 1, 0.00, 0.00, 0.00, 0.00, 0.00, 0.00);
AddPositionKey(4.00, 0.00, 0.00, 0.00, 1, 0.00, 0.00, 0.00, 0.00, 0.00, 0.00);
}
Animation("stir", 2.00, 1, 0)
{
AddRotationKey(0.00, 0.00, 0.00, 0.00, 1, 0.00, 0.00, 0.00, 0.00, 0.00, 0.00);
AddRotationKey(2.00, 0.00, -360.00, 0.00, 1, 0.00, 0.00, 0.00, 0.00, 0.00, 0.00);
}
AnimationGroup("Lava_bridge_raise", 0, 0)
{
Animation("Bridge_raise", "Lavatrap");
}
AnimationGroup("lava_bridge_drop", 0, 0)
{
Animation("bridge_drop", "Lavatrap");
}
AnimationGroup("stir", 1, 0)
{
Animation("stir", "stir3");
Animation("stir", "stir2");
Animation("stir", "stir1");
}