Clear out experimental .35 files
Clear out experimental .35 files
This commit is contained in:
@@ -1,20 +0,0 @@
|
||||
///////////////////////////////////////////
|
||||
// End Tree Shape script
|
||||
// prc_end_trees.nss
|
||||
///////////////////////////////////////////
|
||||
|
||||
#include "prc_inc_spells"
|
||||
|
||||
void main()
|
||||
{
|
||||
object oPC = OBJECT_SELF;
|
||||
effect eVis;
|
||||
|
||||
string sTag = "Tree" + GetName(oPC);
|
||||
object oTree = GetNearestObjectByTag(sTag, oPC);
|
||||
if(GetIsObjectValid(oTree)) eVis = EffectVisualEffect(VFX_IMP_POLYMORPH);
|
||||
DestroyObject(oTree);
|
||||
|
||||
PRCRemoveSpellEffects(SPELL_TREESHAPE, oPC, oPC);
|
||||
ApplyEffectToObject(DURATION_TYPE_INSTANT, eVis, oPC);
|
||||
}
|
Reference in New Issue
Block a user