18 lines
537 B
Plaintext
18 lines
537 B
Plaintext
void main()
|
|
{
|
|
int iC = GetListenPatternNumber();
|
|
{
|
|
if ( iC == 1041 || iC == 1042 )
|
|
{
|
|
|
|
SpeakString( "What?! How did you know that Worm?! Well here is my blessing, Worm. Go away before i change my mind!" );
|
|
object oPlaceable = GetObjectByTag("RiddleChest4");
|
|
effect eImplo = EffectVisualEffect(VFX_FNF_IMPLOSION);
|
|
location lImplo = GetLocation(oPlaceable);
|
|
ApplyEffectAtLocation(DURATION_TYPE_INSTANT, eImplo, lImplo, 1.0f);
|
|
DestroyObject(oPlaceable, 1.0f);
|
|
}
|
|
}
|
|
}
|
|
|