RATDOG/_module/nss/ra_traplth_sod.nss
Jaysyn904 e870de8a20 File Reorganization
File Reorganization.  Initialized ratdog_creature hak & added Project Q overrides & other models.  Continued dynamic swapover & upgrade.
2021-10-02 03:15:34 -04:00

20 lines
440 B
Plaintext

//::///////////////////////////////////////////////////
//:: X0_TRAPLTH_SOD
//:: OnTriggered script for a projectile trap
//:: Spell fired: SYMBOL_OF_DEATH
//:: Spell caster level: 21
//::
//:: Copyright (c) 2021 Project RATDOG
//:: Created By: Jaysyn
//:: Created On: 10/02/2021
//::///////////////////////////////////////////////////
#include "x0_i0_projtrap"
void main()
{
TriggerProjectileTrap(2481, GetEnteringObject(), 21);
}