Guest BratZ Posted April 8, 2003 Any chance anyone knows any of the internal animations? an example: Lets say I want to find the RPM of the motor...We know the selection has to be named "RPM", but whats the name of the animation? If I knew the internal animation name i could use ? animationphase "rpm" > .5 But RPM is the name of the selection not the animation class Other things I could find out: Flap status,aileron status,horizon etc..... BIS please? edit: scratch the rpm i wasnt paying attention: class IndicatorRPM { selection = "rpm"; axis = "osa_rpm"; angle = -320; min = 0; max = 1; }; obviously IndicatorRPM is the animation name So I just need to know things like Flaps,Ailerons etc.. Share this post Link to post Share on other sites
AXE 0 Posted April 8, 2003 but do gauges\ flaps return an animationphase? If so it would certainly be helpful also, remember this post: http://www.flashpoint1985.com/cgi-bin....;hl=axe if you are in external view scripts can't read the internal instruments, so make sure the gauges are on the external model too Share this post Link to post Share on other sites