ocho Posted February 5, 2009 Share Posted February 5, 2009 Hey, this script makes the NPC you're talking to attack you right void main() { ChangeToStandardFaction(OBJECT_SELF, STANDARD_FACTION_HOSTILE_1); AdjustAlignment(GetFirstPC(), ALIGNMENT_DARK_SIDE, 20); ChangeToStandardFaction(OBJECT_SELF, STANDARD_FACTION_HOSTILE_1); } but how do i change OBJECT_SELF into the NPC, its tag is cantina_droid Thanks, Ocho Link to comment Share on other sites More sharing options...
zbyl2 Posted February 5, 2009 Share Posted February 5, 2009 GetObjectByTag("cantina_droid") put it in your script instead of OBJECT_SELF Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.