Home
Intel Depot
Editors Depot
Missions Depot
Addons Depot
Forum
Home
Help
Search
Login
Register
OFPEC Forum
»
Editors Depot - Mission Editing and Scripting
»
OFP - Editing/Scripting General
(Moderators:
h-
,
savedbygrace
,
Gruntage
) »
Identitys
« previous
next »
Send this topic
Print
Pages: [
1
]
Go Down
Author
Topic: Identitys (Read 672 times)
0 Members and 1 Guest are viewing this topic.
killjoy
Guest
Identitys
«
on:
24 Oct 2002, 15:48:46 »
jsut wondering how you make identitys work? ive got it all ready in hte description file and all that but how do you make it so it works in the game?
Logged
Black_Feather
Former Staff
I'll never forget you Daisey.
Re:Identitys
«
Reply #1 on:
24 Oct 2002, 16:00:50 »
put this
this setidentity "IdentityClassName"
so if you defined the identity as this
class CfgIdentities
{
class Bob
{
name = "guys name";
face = "face1";
glasses = "none";
speaker = "John";
pitch = 1.05;
};
};
you would put
this setidentity "Bob"
Logged
Send this topic
Print
Pages: [
1
]
Go Up
« previous
next »
OFPEC Forum
»
Editors Depot - Mission Editing and Scripting
»
OFP - Editing/Scripting General
(Moderators:
h-
,
savedbygrace
,
Gruntage
) »
Identitys
Top of page