AnimActionTurnAround()

From NWN Lexicon

Turn around to face a random direction.

Contents

[edit] Description

Turn around to face a random direction.

[edit] Remarks

NOTE: The contents of this function have been commented out, so it will do nothing when called.

[edit] Requirements

#include "x0_i0_anims"

[edit] Version

???

[edit] Example

// The source code from x0_i0_anims (line 1314) for this function is as follows:
void  AnimActionTurnAround()
{
// BK Feb 2003: This never looks good. Don't do it.
//    ActionDoCommand(SetFacing(IntToFloat(Random(360))));
}

[edit] See Also

functions:  SetFacing


author: Baragg, editor: Mistress

Personal tools
Categories