FED2 ADVANCED WORKBENCH
SCRIPT REFERENCE
CHANGELINK
Changes a movement link on the map.
Parameters:
Location # - The location the changed link refers to
Exit direction - The direction of the link you want to change: north, north east, etc
Action - Whether the script should add or remove a link. It defaults to "add"
New Location - Where the new movement leads to, if you are adding a location
Examples:
changelink script: location 345: exit north: action add: to location 346
changelink script: location 345: exit north: action remove