setMimic: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (-> not working in A2 1.05)
m (Some wiki formatting)
 
(60 intermediate revisions by 10 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


| Set person's facial expression. Following mimic values are recognized:
|game3= arma1
* '''"Default"'''
|version3= 1.00
* '''"Normal"'''
* '''"Smile"'''
* '''"Hurt"'''
* '''"Ironic"'''
* '''"Sad"'''
* '''"Cynic"'''
* '''"Surprised"'''
* '''"Agresive"'''
* '''"Angry"'''
|= Description
____________________________________________________________________________________________


| person '''setMimic''' mimic |= Syntax
|game4= arma2
|version4= 1.00


|p1= person: [[Object]] |= Parameter 1
|game5= arma2oa
|version5= 1.50


|p2= mimic: [[String]]. as above  |= Parameter 2
|game6= tkoh
|version6= 1.00


| [[Nothing]] |= Return value
|game7= arma3
____________________________________________________________________________________________
|version7= 0.50
 
|x1= <pre>_soldier1 setmimic "angry"</pre> |= Example 1
____________________________________________________________________________________________


| |= See also
|arg= global


}}
|eff= local
 
|gr1= Object Manipulation
 
|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.}}
 
|s1= person [[setMimic]] mimic
 
|p1= person: [[Object]]


<h3 style="display:none">Notes</h3>
|p2= mimic: [[String]] - can be one of:
<dl class="command_description">
{{{!}} class="valign-top"
<!-- Note Section BEGIN -->
! style="padding-right: 2em" {{!}} Before Arma 2 OA v1.6x !! Since Arma 2 OA v1.6x
<dt class="note">'''[[User:The-architect|The-architect]]'''</dt>
{{!}}-
<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.
* "Default"
</dd>
* "Normal"
* "Smile"
* "Hurt"
* "Ironic"
* "Sad"
* "Cynic"
* "Surprised"
* {{sic|"Agresive"}}
* "Angry"
{{!}}
* "neutral"
* "dead"
* "danger"
* "hurt"
* "aware"
* "safe"
* "combat"
* "unconscious"
{{!}}}


<dt class="note">'''[[User:Ceeeb|Ceeeb]]'''</dt>
|r1= [[Nothing]]
<dd class="note">
In '''OFP v1.96''', a character will keep any facial expression you set indefinately. Setmimic to "" to return soldier to automatic facial expressions.
</dd>


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


<!-- Note Section END -->
|seealso= [[setIdentity]] [[setFace]] [[setFaceAnimation]] [[enableMimics]] [[setRandomLip]]
</dl>
}}


<h3 style="display:none">Bottom Section</h3>
{{Note
[[Category:Scripting Commands|SETMIMIC]]
|user= Lou Montana
[[Category:Scripting Commands OFP 1.96|SETMIMIC]]
|timestamp= 20100119153000
[[Category:Scripting Commands OFP 1.46|SETMIMIC]]
|text= Not working in '''{{arma2}} 1.05'''.
[[Category:Scripting Commands ArmA|SETMIMIC]]
}}
[[Category:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands VBS2|{{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.