scripts.nullsec
scripts.nullsec lists the NULLSEC sectors.
Security Level
FULLSEC
Syntax
CLI
scripts.nullsec
Script
#fs.scripts.nullsec()
Parameters
sector
The 'sector' argument specifies the NULLSEC sector to be shown.
Return
Returns an array.
CLI
No arguments:
>>scripts.nullsec
specify & join a sector to see a list of the scripts in that sector.
The listed sectors are dynamic and will change over time. Running scripts.nullsec on the CLI will return 4 columns of sector names. Specifiying a sector will return the scripts which are currently in that sector.
Script
The listed sectors are dynamic and will change over time. Calling scripts.nullsec as a subscript will list one column of sector names by default. Specifiying a sector will return the scripts which are currently in that sector.
Example
note
The example sector may not be a valid sector.
function(context, args)
{
return #fs.scripts.nullsec({ sector: "CHOICE_LAMBDA_2" })
}