SetRoamLocation

From Dragon Age Toolset Wiki
Revision as of 23:56, 10 February 2010 by BryanDerksen (Talk | contribs) (Category: Creature functions)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Sets the roam location for the creature.

void SetRoamLocation(
object oCreature,
location lLocation
);
Parameters:
oCreature
Creature whose roam location is to be set
lLocation
Roam location to set the creature to
Returns:

Nothing.

Source:

script.ldf

Description