PGCC_PRC8/_module/nss/vat_portraitrest.nss
Jaysyn904 e51634d39b Initial upload
Initial upload.
2024-10-09 14:17:22 -04:00

8 lines
334 B
Plaintext

void main()
{
object oPC = GetPCSpeaker();
string sStartingPortraitResRef = GetLocalString(oPC, "sStartingPortraitResRef");
SetPortraitResRef(oPC, sStartingPortraitResRef);
FloatingTextStringOnCreature("Portrait name = " + sStartingPortraitResRef + ", Portrait ID = " + IntToString(GetPortraitId(oPC)), oPC, FALSE);
}