setWaypointScript: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 3: Line 3:
[[Category:Scripting Commands ArmA|SETWAYPOINTSCRIPT]]
[[Category:Scripting Commands ArmA|SETWAYPOINTSCRIPT]]


<new command not populated>


<h2 style="color:#000066">'''''waypoint'' setWaypointScript ''command'''''</h2>


<h2 style="color:#000066">''''' setWaypointScript '''''</h2>


'''Operand types:'''
'''waypoint:''' [[Array]]


'''Operand types:'''
'''command:''' [[String]]


'''Type of returned value:'''
'''Type of returned value:'''
[[Nothing]]


'''Compatibility:'''
'''Compatibility:'''
Version 1.86 required.


'''Description:'''
'''Description:'''
Attaches a script to a scripted waypoint.
Command consist of a script name and additional script arguments.




'''Example:'''
'''Example:'''
[grp, 2] '''setWaypointScript''' "find.sqs player"

Revision as of 23:09, 4 July 2006


waypoint setWaypointScript command


Operand types:

waypoint: Array

command: String

Type of returned value:

Nothing

Compatibility:

Version 1.86 required.

Description:

Attaches a script to a scripted waypoint.

Command consist of a script name and additional script arguments.


Example:

[grp, 2] setWaypointScript "find.sqs player"