This I found when searching the online comref:
person setIdentity identity
Operand types:
person: Object
identity: String
Type of returned value:
Nothing
Description:
Set identity of person. Identities are defined in descripion.ext of the mission or campaign.
Example:
setIdentity "JohnDoe"
Comment:Sefe October 31, 2002, 21:38 The definition format in the description.ext is:
class CfgIdentities
{
class HannibalSmith
{
name="Hannibal Smith";
face="Face20";
glasses="None";
speaker="Dan";
pitch=1.1;
};
class MrT
{
name="Mr. T";
face="Face42";
glasses="None";
speaker="Ted";
pitch=0.9;
};
};
So if you just want to change the face do what Cap. Winters told you,
there should be a list of wich facenumber's wich face, in the unofficial com ref...
EX:
face10=bob... or sumthing like that.
But with setIdentity you can change the face, voice, pitch, glasses\no glasses\sunglasses and name... :joystick: