Mustafar Bridge [Solved]
Posted: Fri Mar 09, 2007 6:50 pm
Does anyone know how to get the mustafar bridge working? i put it in my map along with the mus1_prop_console and control room in the right place, and i added these lines to my luas
anyway i can't get it to work in-game i was wondering if anyone knows how to get it to work.
ill add the lines for activate/deactivate planning later when i add planning to my map.--START BRIDGEWORK!
-- OPEN
function PlayAnimDrop()
PauseAnimation("lava_bridge_raise");
RewindAnimation("lava_bridge_drop");
PlayAnimation("lava_bridge_drop");
end
-- CLOSE
function PlayAnimRise()
PauseAnimation("lava_bridge_drop");
RewindAnimation("lava_bridge_raise");
PlayAnimation("lava_bridge_raise");
end
anyway i can't get it to work in-game i was wondering if anyone knows how to get it to work.