mirror of
http://prc.nwn.ee:3000/Jaysyn/PRC8.git
synced 2025-12-16 17:37:14 -05:00
Further file organization
Further file organization
This commit is contained in:
15
nwn/nwnprc/trunk/scripts/ft_bloodwarlord2.nss
Normal file
15
nwn/nwnprc/trunk/scripts/ft_bloodwarlord2.nss
Normal file
@@ -0,0 +1,15 @@
|
||||
// Blood of the Warlord - On Exit
|
||||
#include "prc_alterations"
|
||||
#include "prc_spell_const"
|
||||
|
||||
void main()
|
||||
{
|
||||
object oCreator = GetAreaOfEffectCreator(OBJECT_SELF);
|
||||
object oExit = GetExitingObject();
|
||||
|
||||
if (GetHasSpellEffect(SPELL_BLOOD_OF_THE_WARLORD, oExit))
|
||||
{
|
||||
PRCRemoveSpellEffects(SPELL_BLOOD_OF_THE_WARLORD, oCreator, oExit);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user