13 lines
183 B
Plaintext
13 lines
183 B
Plaintext
void main()
|
|
{
|
|
|
|
object oPC = GetLastPerceived();
|
|
|
|
if (!GetIsPC(oPC)) return;
|
|
|
|
if (!GetLastPerceptionSeen()) return;
|
|
ActionPlayAnimation(ANIMATION_LOOPING_MEDITATE, 1.0f, 1200.0f);
|
|
|
|
}
|
|
|