Harkonin 0 Posted January 9, 2004 Anyone know of a fix for the rappel script in NSypers support pack? Have several MP missions using it but when more than 2 people play 1 person gets stuck in the "rappel animation. Share this post Link to post Share on other sites
bmgarcangel 0 Posted January 9, 2004 I've had that happen before so now I only have 1 person goin down at a time Share this post Link to post Share on other sites
Harkonin 0 Posted January 9, 2004 They do go down 1 at a time. Problem is once they're all out 1 person is always stuck in the rappel animation. Share this post Link to post Share on other sites
Junker 0 Posted January 9, 2004 add a finishing animation like a get out of tank anim or something like that. Share this post Link to post Share on other sites
Harkonin 0 Posted January 11, 2004 Tried that too also didn't work. This script executes after everyone is out with a small delay. <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE"> _unit = _this select 0 _unit switchmove "auto" ~2 _unit switchmove "" EXIT Share this post Link to post Share on other sites
Junker 0 Posted January 11, 2004 Tried that too also didn't work. This script executes after everyone is out with a small delay.<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE"> _unit = _this select 0 _unit switchmove "auto" ~2 _unit switchmove "" EXIT did you make it local ? and not Global. Share this post Link to post Share on other sites
Harkonin 0 Posted January 12, 2004 Yep, got a workaround using the Bas rappel scripts all is well now. Share this post Link to post Share on other sites