void main() { object oPC = GetPCSpeaker(); object oTarget; oTarget = oPC; int nPortraitType = 2001; SetPortraitId(oTarget, nPortraitType); }