AddLinkedLocation - Location
Member of: Location Script
Adds a link between this location and the given one under the given keyword.
SyntaxEdit
Function AddLinkedLocation(Location akLoc, Keyword akKeyword) native
ParametersEdit
Return ValueEdit
None
ExamplesEdit
; Link the actor's home location to the player's so they share crime data
ActorHomeLoc.AddLinkedLocation(PlayerHomeLoc, SharesCrimeKeyword);