Amon_PRC8/_module/nss/ct_firebrand.nss

20 lines
469 B
Plaintext
Raw Normal View History

2025-04-03 19:00:46 -04:00
//::///////////////////////////////////////////////////
//:: X0_TRAPFTL_FARRW
//:: OnTriggered script for a projectile trap
//:: Spell fired: SPELL_FLAME_ARROW
//:: Spell caster level: 16
//::
//:: Copyright (c) 2002 Floodgate Entertainment
//:: Created By: Naomi Novik
//:: Created On: 11/17/2002
//::///////////////////////////////////////////////////
#include "x0_i0_projtrap"
void main()
{
TriggerProjectileTrap(SPELL_FIREBRAND, GetEnteringObject(), 40);
}