Trying to have the sideChat example:
PAPABEAR=[West,"HQ"]; PAPABEAR SideChat "Hi there";
Which gives something to CROSSROAD: "Hi there"
How do I change the callsign? or make a new one?
Tried so far:
1.
PAPABEAR=[West,"Almighty"]; PAPABEAR SideChat "Hi there";
2. Using setIdenty on a unit and configing it in description txt.
class CfgIdentities
{
class Bob
{
name="Almighty";
face="Face20";
glasses="None";
speaker="Dan";
pitch=1.1;
};
};
http://community.bistudio.com/wiki/sideChat
http://community.bistudio.com/wiki/setIdentity