16 lines
231 B
Plaintext
16 lines
231 B
Plaintext
|
void main()
|
||
|
{
|
||
|
|
||
|
ClearAllActions();
|
||
|
|
||
|
ActionPlayAnimation(ANIMATION_LOOPING_SPASM, 1.0f, 10.0f);
|
||
|
|
||
|
ActionSpeakString("AND I RAAAANNN...I RANNN SO FAR AWWAAYYYY.");
|
||
|
|
||
|
|
||
|
|
||
|
ActionSpeakString("Now I've got that damn song in my head...");
|
||
|
|
||
|
}
|
||
|
|