Battledale_PRC8/_module/nss/set_cep_wings.nss

9 lines
195 B
Plaintext
Raw Permalink Normal View History

void main()
{
object oPC = GetPCSpeaker();
int nWingType = 108; //VFXs
SendMessageToPC(oPC, "Your Current # = " + IntToString(nWingType));
SetCreatureWingType(nWingType, oPC);
}