SetRoamLocation

From Dragon Age Toolset Wiki
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