Added NWN Dark Sun module contents
Added NWN Dark Sun module contents.
This commit is contained in:
12
nwnds_module/airlessaura3.nss
Normal file
12
nwnds_module/airlessaura3.nss
Normal file
@@ -0,0 +1,12 @@
|
||||
//#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);
|
||||
}
|
Reference in New Issue
Block a user