6 lines
198 B
Plaintext
6 lines
198 B
Plaintext
|
void main()
|
||
|
{
|
||
|
vector vFace = GetPosition(GetNearestCreature(CREATURE_TYPE_PLAYER_CHAR, PLAYER_CHAR_IS_PC, OBJECT_SELF, 1, CREATURE_TYPE_PERCEPTION, PERCEPTION_SEEN));
|
||
|
SetFacingPoint(vFace);
|
||
|
}
|