enableAI: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(VBS2 content removal)
Line 14: Line 14:
|p1= unit: [[Object]]  |= Parameter 1
|p1= unit: [[Object]]  |= Parameter 1


|p2= skilltype: [[String]] - See [[disableAI]] or [[disableAI_(VBS2)]] for possible values. |= Parameter 2
|p2= skilltype: [[String]] - See [[disableAI]] for possible values. |= Parameter 2


| [[Nothing]] |= Return value
| [[Nothing]] |= Return value
Line 22: Line 22:
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[disableAI]], [[disableAI_(VBS2)]] |= See also
| [[disableAI]] |= See also


}}
}}
Line 29: Line 29:
<dl class="command_description">
<dl class="command_description">
<!-- Note Section BEGIN -->
<!-- Note Section BEGIN -->
<dd class="notedate">Posted on Mar 19, 2010 - 14:39
<dt class="note">'''[[User:TijmenJoppe|TijmenJoppe]]'''
<dd class="note">
''Multiplayer Use for VBS2:''
The [[disableAI]] and enableAI commands need to be executed on the server or client where target unit is local. In other words: executing the command in a script on the server on a unit that is remote to that server (and local to one of the network clients) will have no effect.





Revision as of 18:11, 30 December 2012

-wrong parameter ("Arma") defined!-1.00
Hover & click on the images for description

Description

Description:
Enables parts of the AI behavior that was disabled by disableAI.
Groups:
Uncategorised

Syntax

Syntax:
unit enableAI skilltype
Parameters:
unit: Object
skilltype: String - See disableAI for possible values.
Return Value:
Nothing

Examples

Example 1:
_soldierOne enableAI "Move"

Additional Information

See also:
disableAI

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

Notes

Bottom Section