PoA_PRC8/_module/nss/sf_w_prev.nss

41 lines
660 B
Plaintext
Raw Normal View History

2022-10-07 14:20:31 -04:00
void main()
{
object oPC = GetPCSpeaker();
int nWingType = GetCreatureWingType(oPC) - 1;
if (nWingType == 59)
{
nWingType == 6;
}
if (nWingType ==0)
{
nWingType == 89; //Go back to start..
}
//CEP2 Not Active
/*
else if (nWingType == 205)
{
nWingType == 204;
}
else if (nWingType == 157)
{
nWingType == 156;
}
else if (nWingType == 107)
{
nWingType == 100;
}
else if (nWingType == 99)
{
nWingType == 58;
}
else if (nWingType == 21)
{
nWingType == 20;
} */
SetCreatureWingType(nWingType, oPC);
}