Added NWN Dark Sun module contents

Added NWN Dark Sun module contents.
This commit is contained in:
Jaysyn904
2021-07-12 21:24:46 -04:00
parent 556224a658
commit de24f81734
10609 changed files with 146652 additions and 0 deletions

11
nwnds_module/rotaura.nss Normal file
View File

@@ -0,0 +1,11 @@
void main()
{
// object oPC = GetFirstPC();
// SendMessageToPC(oPC,"Running rotaura OBJECT_SELF = " + GetName(OBJECT_SELF));
//Set and apply AOE object
effect eAOE = EffectAreaOfEffect(AOE_PER_GREASE,"rotaura1","rotaura3","rotaura2");
eAOE = SupernaturalEffect(eAOE);
eAOE = ExtraordinaryEffect(eAOE);
ApplyEffectToObject(DURATION_TYPE_TEMPORARY, eAOE, OBJECT_SELF, HoursToSeconds(100));
}