Home   Help Search Login Register  

Author Topic: description.ext  (Read 774 times)

0 Members and 1 Guest are viewing this topic.

JerryK_387

  • Guest
description.ext
« on: 10 Nov 2002, 00:10:13 »
I was wondering what was wrong with this Identities thing?


Code: [Select]
class CfgIdentities
{
class Miller
{
name = "Miller";
face = "Face16";
glasses = "spectacles";
speaker = "Marc";
pitch = .5;
};
};

seanver

  • Guest
Re:description.ext
« Reply #1 on: 10 Nov 2002, 23:15:19 »
Perhaps you should put this line:

Identities[] = {};

between

class CfgIdentities
{

and

class Miller


Example (that works):


class CfgIdentities
{
Identities[] = {};

class Hinojosa
{
name = "Adam Cobacho";
face = "face27";
glasses = "none";
speaker="Adam";
pitch = 1.00;
};
};

Offline Black_Feather

  • Former Staff
  • ****
  • I'll never forget you Daisey.
Re:description.ext
« Reply #2 on: 11 Nov 2002, 02:31:49 »
do you get a error message jerry? you have to use this to get it to work ingame

this SetIdentity "miller"