9 lines
230 B
Plaintext
9 lines
230 B
Plaintext
void main()
|
|
{
|
|
ActionSpeakString("Deaaath! Give meeee the freedom I yearn for!");
|
|
ActionWait(1.5);
|
|
ActionSpeakString("I will have my freedom, then you ALL shall die");
|
|
ActionWait(1.5);
|
|
ActionSpeakString("*Blood curdling roar*");
|
|
}
|