void main() { object oPC = GetPCSpeaker(); int nTailType = 566; SendMessageToPC(oPC, "Your Current # = " + IntToString(nTailType)); SetCreatureTailType(nTailType, oPC); }