Initial Upload
Initial Upload
This commit is contained in:
14
_module/nss/wings.nss
Normal file
14
_module/nss/wings.nss
Normal file
@@ -0,0 +1,14 @@
|
||||
void main()
|
||||
{
|
||||
if (GetTag(GetItemActivated()) == "wings")
|
||||
{
|
||||
object oPC = GetItemActivator();
|
||||
int nRealMe = GetAppearanceType(oPC);
|
||||
string sRealApp= "realApp";
|
||||
location lTarget = GetLocation(oPC);
|
||||
SetLocalInt(oPC, sRealApp, nRealMe + 1);
|
||||
|
||||
ApplyEffectAtLocation(DURATION_TYPE_INSTANT, EffectVisualEffect(VFX_FNF_SUMMONDRAGON),lTarget);
|
||||
SetCreatureAppearanceType(oPC,425);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user