8 lines
446 B
Plaintext
8 lines
446 B
Plaintext
|
void main()
|
||
|
{
|
||
|
ActionSpeakString("Celebrate not this victory.. for you cannot destroy me.. This only hastens my plans.. follow me to the Abyss if you dare! Soon I will be more powerful then you have ever imagined.. and I will have no mercy for your souls.", TALKVOLUME_TALK);
|
||
|
location lTarget = GetLocation(OBJECT_SELF);
|
||
|
effect eExplode = EffectVisualEffect(464);
|
||
|
ApplyEffectAtLocation(DURATION_TYPE_INSTANT, eExplode, lTarget);
|
||
|
}
|