AddLinkedLocation - Location

Revision as of 11:21, 24 April 2013 by imported>Iceburg333 (→‎Syntax)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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);

See AlsoEdit