File Reorganization. Initialized ratdog_creature hak & added Project Q overrides & other models. Continued dynamic swapover & upgrade.
20 lines
440 B
Plaintext
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);
|
|
}
|
|
|