| Parameter | function |
|
| Var | a variable
|
| Label | used by goto or gosub to jump to a label set by define label
|
| String | a string is a squence of letters and numbers strung together
|
| Number | a number
|
| Condition | a condition such a > or <
|
Parameter
|
| Script Name | the name of a script, used when calling another script
|
| Comment | marked by *. used to note what the script is doing at a particular line
|
| Value | this could be anything.
|
| Var/Number | a variable containing a number can be used here, or just a number
|
| Var/String | a variable containing a string
|
| Var/Station | a variable containing a Station
|
| Var/Ware | a variable or ware
|
| Var/Sector | a variable or sector
|
| RetVar | store the returned value of a script instruction in a variable
|
| Var/Race | a variable or race
|
| Var/Station Type | a variable or type of station
|
| Var/Stations Serial | a variable containing a station serial (alpha, beta, etc...)
|
| Var/Ship Type | a variable or type of ship
|
| RefObj | a reference to an object
|
| Var/Ship | variable or ship
|
| Var/Ship/Station |
|
| Var/Class |
|
| Var/Transport Class |
|
| RetVar/IF |
|
| RetVar/IF |
|
| Var/Ship Type/Station Type |
|
| RetVar/IF/START |
|
| Relation |
|
| Expression |
|
| Object Command |
|
| Object Signal |
|
| Object Command/Signal |
|
| Flight Retcode |
|
| Var/Ship owned by Player |
|
| Var/Station owned by Player |
|
| Var/Station/Carrier owned by Player |
|
| Var/Ship/Station owned by Player |
|
| Var/Warpgate |
|
| Var/Station/Carrier |
|
| Var/Station/Carrier to dock at |
|
| Var/All Wares |
|
| Var/Environment |
|
| Var/Script Data Type |
|
| Var/Array |
|
| Var/Station and Resource |
|
| Var/Station and Product |
|
| Var/Station and Ware |
|
| Var/Homebase and Resource |
|
| Var/Homebase and Product |
|
| Var/Homebase and Ware |
|
| Var/Sector Position |
|
| Var/Constant |
|
| Var/Asteroid |
|
| Var/Flying Ware |
|
| Var/Jumpdrive Gate |
|
| Var/Ship and Ware |
|
| Var/Ware of Ship | |
|