Functions Documentation |
|
Name |
sysCreateMarker |
Syntax |
(sysCreateMarker string vector number) |
Argument List |
string: the name of the marker
vector: position of the newly created marker
number: the UNID of the sovereign of the marker |
Returns |
spaceobject: the marker the function creates |
Category |
create, system, unid
|
Description |
Creates a marker in the desidered position. |
Example |
From &baCharonBuster;
(sysCreateMarker "rally" (sysVectorPolarOffset aBaseObj (random 0 359) (random 16 20)) &svCommonwealth;)
This is the marker used to tell the Charon Busters to wait and form up before they receive the "go code". |
Comment |
Basic function used to creates markers, that are invisible spaceObjects used to locate specific positions. |