AnimActionTurnAround()
From NWN Lexicon
Jump to navigationJump to searchTurn around to face a random direction.
Description
Turn around to face a random direction.
Remarks
NOTE: The contents of this function have been commented out, so it will do nothing when called.
Requirements
#include "x0_i0_anims"
Version
???
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))));
}
void AnimActionTurnAround()
{
// BK Feb 2003: This never looks good. Don't do it.
// ActionDoCommand(SetFacing(IntToFloat(Random(360))));
}
See Also
functions: | SetFacing |
author: Baragg, editor: Mistress