Changed folder name.
Changed folder name.
This commit is contained in:
41
_module/nss/sf_w_next.nss
Normal file
41
_module/nss/sf_w_next.nss
Normal file
@@ -0,0 +1,41 @@
|
||||
void main()
|
||||
{
|
||||
object oPC = GetPCSpeaker();
|
||||
int nWingType = GetCreatureWingType(oPC) + 1;
|
||||
|
||||
if (nWingType == 7)
|
||||
{
|
||||
nWingType = 59; //22 for CEP2
|
||||
}
|
||||
|
||||
if (nWingType == 90)
|
||||
{
|
||||
nWingType = 0;
|
||||
}
|
||||
|
||||
|
||||
//Commented out CEP2 As it's not used for this wand..
|
||||
/*
|
||||
else if (nWingType == 59)
|
||||
{
|
||||
nWingType == 100;
|
||||
}
|
||||
else if (nWingType == 101)
|
||||
{
|
||||
nWingType == 108;
|
||||
}
|
||||
else if (nWingType == 157)
|
||||
{
|
||||
nWingType == 158;
|
||||
}
|
||||
else if (nWingType == 205)
|
||||
{
|
||||
nWingType == 206;
|
||||
}
|
||||
else if (nWingType == 256)
|
||||
{
|
||||
nWingType == 1;
|
||||
} */
|
||||
|
||||
SetCreatureWingType(nWingType, oPC);
|
||||
}
|
Reference in New Issue
Block a user