squirt 0 Posted November 29, 2002 look what i did kind of works but doesn't look very professional. Â i've seen soldiers lie on their backs in Klink's medical Huey but i can't figure out how he did it. any suggestions on how to create such an effect? </span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Code Sample </td></tr><tr><td id="CODE"> #start ?(GetDammage unitA > .2):goto "loop1" goto "start" #loop1 unitA switchmove "CombatRunBDyingVer2" ; makes unit fall over and lie on its back ~4 unitA groupchat "i'm hit! help me!" _dir =getdir unitA _pos = getpos unitA #loop2 unitA setdir _dir unitA setpos _pos ; stops unit rotating and bouncing unitA setdammage (getdammage unitA + .0002) ~.01 ;makes unit bleed to death :) ?(GetDammage unitA < .1):goto "end" ;does unit get help?? goto "loop2" #end unitA switchmove "LyingToTreatedLying" unitA groupchat "thanks man" goto "start" <span id='postcolor'> Share this post Link to post Share on other sites