Manual quote:
Quote:

If neither flag is set, the sprite will look like a billboard, standing upright, and horizontally always turning to the player.



Code:

action no_rotate {
my.oriented = on;
my.facing = off;
my.decal = off;
//my.pan = 90.007;
}