Added PnP Dire Rat.
Added PnP Dire Rat.
This commit is contained in:
9
nwn_dark_sun/ds_hq_heartbeat.nss
Normal file
9
nwn_dark_sun/ds_hq_heartbeat.nss
Normal file
@@ -0,0 +1,9 @@
|
||||
// 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")));
|
||||
}
|
Reference in New Issue
Block a user