Initial Upload
Initial Upload
This commit is contained in:
17
_module/nss/npc_riddler2_con.nss
Normal file
17
_module/nss/npc_riddler2_con.nss
Normal file
@@ -0,0 +1,17 @@
|
||||
void main()
|
||||
{
|
||||
int iC = GetListenPatternNumber();
|
||||
{
|
||||
if ( iC == 1021 || iC == 1022 )
|
||||
{
|
||||
|
||||
SpeakString( "You truly are worthy, my Love. Go now with my blessing." );
|
||||
object oPlaceable = GetObjectByTag("RiddleChest2");
|
||||
effect eImplo = EffectVisualEffect(VFX_FNF_IMPLOSION);
|
||||
location lImplo = GetLocation(oPlaceable);
|
||||
ApplyEffectAtLocation(DURATION_TYPE_INSTANT, eImplo, lImplo, 1.0f);
|
||||
DestroyObject(oPlaceable, 1.0f);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user