Difference between revisions of "ShowAsAllyOnMap"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m
m (remove tag)
 
Line 1: Line 1:
{{Generated}}
 
 
{{dafunction
 
{{dafunction
 
|name=ShowAsAllyOnMap
 
|name=ShowAsAllyOnMap

Latest revision as of 00:11, 11 February 2010

Forces a creature to appear on the player's minimap as a blue dot. This can be used to highlight non-hostile creatures of interest, such as NPCs that are fighting alongside your party.

void ShowAsAllyOnMap(
object oCreature,
int bEnable
);
Parameters:
oCreature
The creature to show on the map
bEnable
TRUE to make the creature appear on the map, and FALSE to hide it
Returns:

Nothing.

Source:

script.ldf

<-- == Description == -->