12 lines
116 B
Plaintext
12 lines
116 B
Plaintext
|
|
||
|
void main()
|
||
|
|
||
|
{
|
||
|
|
||
|
object oPC = GetPCSpeaker();
|
||
|
|
||
|
ActionPlayAnimation(ANIMATION_LOOPING_DEAD_FRONT, 1.0f, 100.0f);
|
||
|
|
||
|
}
|
||
|
|