setMimic: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "|= Game version" to "|Game version=")
m (Some wiki formatting)
 
(42 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Command|Comments=
{{RV|type=command
____________________________________________________________________________________________


| ofp |= Game name
|game1= ofp
|version1= 1.00


|1.00|Game version=
|game2= ofpe
|version2= 1.00


|arg= global |MPARGUMENTS=  
|game3= arma1
|version3= 1.00


|eff= local |MPEFFECTS=  
|game4= arma2
____________________________________________________________________________________________
|version4= 1.00


| Set person's facial expression. Following mimic values are recognized:
|game5= arma2oa
* '''"Default"'''
|version5= 1.50
* '''"Normal"'''
* '''"Smile"'''
* '''"Hurt"'''
* '''"Ironic"'''
* '''"Sad"'''
* '''"Cynic"'''
* '''"Surprised"'''
* '''"Agresive"'''
* '''"Angry"'''


Since Arma 2 OA 1.6*, these values are used :
|game6= tkoh
* '''"neutral"'''
|version6= 1.00
* '''"dead"'''
* '''"danger"'''
* '''"hurt"'''
* '''"aware"'''
* '''"safe"'''
* '''"combat"'''
|DESCRIPTION=
____________________________________________________________________________________________


| person '''setMimic''' mimic |SYNTAX=
|game7= arma3
|version7= 0.50


|p1= person: [[Object]] |PARAMETER1=
|arg= global


|p2= mimic: [[String]]. as above  |PARAMETER2=
|eff= local


| [[Nothing]] |RETURNVALUE=
|gr1= Object Manipulation
____________________________________________________________________________________________
 
|x1= <pre>_soldier1 setmimic "angry"</pre> |EXAMPLE1=
____________________________________________________________________________________________


| [[setIdentity]], [[setFace]], [[setFaceAnimation]], [[enableMimics]], [[setRandomLip]]|SEEALSO=
|gr2= Unit Identity


}}
|descr= Sets person's facial expression. To set it back to default, use "".
{{Feature|arma3|Prior to {{arma3}} v2.01.146630 Mimics must be written in all lower case letters.}}


<h3 style="display:none">Notes</h3>
|s1= person [[setMimic]] mimic
<dl class="command_description">
<!-- Note Section BEGIN -->
<dt class="note">'''[[User:The-architect|The-architect]]'''
<dd class="note">
To give the impression of hard faced guys going into a mission, use the setmimic "angry" command. I always have this on my guys to stop them grinning during a cutscene/mission.


|p1= person: [[Object]]


<dt class="note">'''[[User:Ceeeb|Ceeeb]]'''
|p2= mimic: [[String]] - can be one of:
<dd class="note">
{{{!}} class="valign-top"
In '''OFP v1.96''', a character will keep any facial expression you set indefinately. Setmimic to "" to return soldier to automatic facial expressions.
! style="padding-right: 2em" {{!}} Before Arma 2 OA v1.6x !! Since Arma 2 OA v1.6x
{{!}}-
{{!}}
* "Default"
* "Normal"
* "Smile"
* "Hurt"
* "Ironic"
* "Sad"
* "Cynic"
* "Surprised"
* {{sic|"Agresive"}}
* "Angry"
{{!}}
* "neutral"
* "dead"
* "danger"
* "hurt"
* "aware"
* "safe"
* "combat"
* "unconscious"
{{!}}}


|r1= [[Nothing]]


<dd class="notedate">Posted on Jan 19, 2010 - 15:30 (CEST)
|x1= <sqf>_soldier1 setMimic "hurt";</sqf>
<dt class="note">'''[[User:Lou Montana|Lou Montana]]'''
<dd class="note">Not working in '''Arma 2 1.05'''.


<dd class="notedate">Posted on September 2, 2013
|seealso= [[setIdentity]] [[setFace]] [[setFaceAnimation]] [[enableMimics]] [[setRandomLip]]
<dt class="note">'''[[User:Killzone_Kid|Killzone_Kid]]'''
}}
<dd class="note">In Arma 3 the following face expressions work: "neutral","dead","danger","hurt","aware","safe","combat". Names must be written in all lower case letters. There is another grimace in config - "unconscious", which doesn't quite work.


 
{{Note
<!-- Note Section END -->
|user= Lou Montana
</dl>
|timestamp= 20100119153000
 
|text= Not working in '''{{arma2}} 1.05'''.
<h3 style="display:none">Bottom Section</h3>
}}
[[Category:Scripting Commands|SETMIMIC]]
[[Category:Scripting Commands OFP 1.99|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands OFP 1.96|SETMIMIC]]
[[Category:Scripting Commands OFP 1.46|SETMIMIC]]
[[Category:Scripting Commands ArmA|SETMIMIC]]
[[Category:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting_Commands_Take_On_Helicopters|{{uc:{{PAGENAME}}}}]]

Latest revision as of 00:48, 14 May 2023

Hover & click on the images for description

Description

Description:
Sets person's facial expression. To set it back to default, use "".
Arma 3
Prior to Arma 3 v2.01.146630 Mimics must be written in all lower case letters.
Groups:
Object ManipulationUnit Identity

Syntax

Syntax:
person setMimic mimic
Parameters:
person: Object
mimic: String - can be one of:
Before Arma 2 OA v1.6x Since Arma 2 OA v1.6x
  • "Default"
  • "Normal"
  • "Smile"
  • "Hurt"
  • "Ironic"
  • "Sad"
  • "Cynic"
  • "Surprised"
  • "Agresive"sic
  • "Angry"
  • "neutral"
  • "dead"
  • "danger"
  • "hurt"
  • "aware"
  • "safe"
  • "combat"
  • "unconscious"
Return Value:
Nothing

Examples

Example 1:
_soldier1 setMimic "hurt";

Additional Information

See also:
setIdentity setFace setFaceAnimation enableMimics setRandomLip

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note
Lou Montana - c
Posted on Jan 19, 2010 - 15:30 (UTC)
Not working in Arma 2 1.05.