generated from Jaysyn/ModuleTemplate
Initial Commit
Initial Commit.
This commit is contained in:
18
_module/nss/rw_polyharpy.nss
Normal file
18
_module/nss/rw_polyharpy.nss
Normal file
@@ -0,0 +1,18 @@
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
// Name: rw_polyharpy
|
||||
// File Name: rw_polyharpy.nss
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
// Created By: Raven-Wolf
|
||||
// Created On: January 15,2004
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
void main()
|
||||
{
|
||||
object oActivator = GetPCSpeaker();
|
||||
object oTarget = GetLocalObject(oActivator, "Target");
|
||||
effect oEffect = EffectVisualEffect(VFX_IMP_POLYMORPH);
|
||||
|
||||
ApplyEffectToObject(DURATION_TYPE_INSTANT, oEffect, oTarget);
|
||||
ApplyEffectToObject(DURATION_TYPE_PERMANENT, EffectPolymorph(POLYMORPH_TYPE_HARPY), oTarget);
|
||||
}
|
||||
Reference in New Issue
Block a user