Battledale_PRC8/_module/nss/set_cep_tail.nss

11 lines
186 B
Plaintext
Raw Permalink Normal View History

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