[skip|else] if [not]|while [not] = Possible 'conditional' statements that can be used
<RetVar/IF> = Variable where the requested information is put
<Var/Number> = A number or a numeric variable for the X and Y coordinates.
Returns the sector you can find at the X/Y-coordinates on universe map. If there is no sector at those coordinates, it will return null.
Note that the sector count begins with (0|0), being the top left sector, which is in vanilla game the sector 'Kingdom End'.
Example:
$sector= get sector from universe index: x=1, y=5
This will return the sector you can find on universe map at position (1|5), which is in vanilla game the sector 'Ore Belt'.
Command Location:
- »» Universe and Sector Commands
<RetVar/IF> get sector from universe index: x=<Var/Number>, y=<Var/Number>