NWNDS/nwnds_module/ds_hq_heartbeat.nss
Jaysyn904 de24f81734 Added NWN Dark Sun module contents
Added NWN Dark Sun module contents.
2021-07-12 21:24:46 -04:00

10 lines
349 B
Plaintext

// Script by: Nyadarus
// Created: September 2003
// Used in: The Hermit Quest
// Purpose: Used to fire the visual effects in the 2nd floor of the
// Citidel of Fire
void main()
{
ApplyEffectAtLocation(DURATION_TYPE_INSTANT, EffectVisualEffect(VFX_IMP_DIVINE_STRIKE_FIRE), GetLocation(GetObjectByTag("WP_HQ_FLAMESTRIKE")));
}