PlaceUnitXY
From Original War Support Wiki
SAIL Functions/P -> PlaceUnitXY
Description
This function places defined unit at specified coordinates.
Template
PlaceUnitXY(unit:integer x:integer y:integer materialisation:boolean)
Usage
PlaceUnitXY(unit_1, 19, 92, true);
unit_1 - unit placed with function
19 - x coordinate
92 - y coordinate
materialisation - use "true" for materialisation, otherwise "false"