Files
HeroesStone_PRC8/_module/nss/airlessaura3.nss
Jaysyn904 1eefc84201 Initial Commit
Initial Commit.
2025-09-14 15:40:46 -04:00

13 lines
240 B
Plaintext

//#include "NW_I0_SPELLS"
//#include "x2_inc_spellhook"
#include "inc_suffocate"
void main()
{
//Declare major variables
//Get the object that is exiting the AOE
object oTarget = GetExitingObject();
GiveBreath(oTarget);
}