setWaypointType (VBS1)
From Bohemia Interactive Community
| Editors, please check Policy: Scripting Command Page Syntax. |
Click on the images for descriptions
Introduced in
- Game:
- Virtual Battlespace 1
- Version:
- 2.12.14
Description
- Description:
- Changes the waypoint type.
Type can be: "MOVE", "DESTROY", "GETIN", "SAD", "JOIN", "LEADER", "GETOUT", "CYCLE", "LOAD", "UNLOAD", "TR UNLOAD", "HOLD", "SENTRY", "GUARD", "TALK", "SCRIPTED", "SUPPORT", "GETIN NEAREST", "AND" or "OR".
Syntax
- Syntax:
- waypoint setWaypointType type
- Parameters:
- waypoint: Array with format
[group, index] - type: String
- Return Value:
- Nothing
Examples
- Example 1:
[grp, 2] setWaypointType "HOLD"
Additional Information
- Multiplayer:
- Behaviour unknown.

