AddLinkedLocation - Location
Revision as of 10:21, 24 April 2013 by imported>Iceburg333 (→Syntax)
Member of: Location Script
Adds a link between this location and the given one under the given keyword.
Syntax[edit | edit source]
Function AddLinkedLocation(Location akLoc, Keyword akKeyword) native
Parameters[edit | edit source]
Return Value[edit | edit source]
None
Examples[edit | edit source]
; Link the actor's home location to the player's so they share crime data
ActorHomeLoc.AddLinkedLocation(PlayerHomeLoc, SharesCrimeKeyword);