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