void main()
{
    object oPC = GetPCSpeaker();
    int nWingType = 108; //VFXs

    SendMessageToPC(oPC, "Your Current # = " + IntToString(nWingType));
    SetCreatureWingType(nWingType, oPC);
}