| Functions Documentation |
|
| Name |
staIsEncountered |
| Syntax |
(staIsEncountered number) |
| Argument List |
number: The UNID of the station you want to check if it has been created. |
| Returns |
condition: True if the station has been created before, Nil otherwise. |
| Category |
condition query, station, unid
|
| Description |
Checks if the station has been created before. |
| Example |
(staIsEncountered &stStartonEridani;)
Returns true because one is created in the first system. |
| Comment |
Useful in checking if a station already exists in the game. |