Gets the stance of the player. It only works for the player. Possible return values are "crouch", "prone", "stand" and ""
if ( level.player GetStance() == "crouch") )...