setWaypointScript: Difference between revisions
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]] | ||
<h2 style="color:#000066">'''''waypoint'' setWaypointScript ''command'''''</h2> | |||
'''Operand types:''' | |||
'''waypoint:''' [[Array]] | |||
''' | '''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 22:09, 4 July 2006
waypoint setWaypointScript command
Operand types:
waypoint: Array
command: String
Type of returned value:
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"