WoR_PRC8/_module/nss/npc_dancefinish.nss

16 lines
231 B
Plaintext
Raw Permalink Normal View History

2025-04-03 11:49:34 -04:00
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...");
}