Koni 1 Posted September 15, 2011 Is there a way of just moving a units lips without using the wave to lip thing ? Reason being, I am not using single sound clips, just one longer speach ogg file for 2 units, so I don't want them both talking at the same time. I thought I once saw somewhere on the wiki a command line like Unitname lipmove [6,9,02] or whatever, something along them lines, but not that obviously, but I can't find anything on search, and I don't know what it was called, if it did exist. Thanks Share this post Link to post Share on other sites
sxp2high 16 Posted September 15, 2011 You can just set the volume to db-100 for the lip sound. Example: class LipDummy1 { name="LipDummy1"; sound[]={LipDummy1.ogg, db-100, 1.0}; titles[]={}; }; This is how i did it. :) Share this post Link to post Share on other sites