generated from Jaysyn/ModuleTemplate
7 lines
139 B
Plaintext
7 lines
139 B
Plaintext
|
|
void main()
|
|
{
|
|
object oCreature = GetLastDamager();
|
|
ActionCastSpellAtObject (SPELL_NEGATIVE_ENERGY_RAY, oCreature, TRUE, 2, TRUE);
|
|
}
|