Jump to content

Home

Kotor 2.5/3: The Telos Academy (In Progress)


Masterkyle

Recommended Posts

  • Replies 79
  • Created
  • Last Reply

ugg darn trigger still having problems. its not wanting to fire.

 

1. I got the x,y,z of all the points

2. i got the .utt file for the trigger

3. i got the tag name & the resref name

4. i got the trigger files and the script files compiled with the area.

5. i got them placed in the game. the trigger is supose to fire a dialog on enter.

This is my script. I know it works cause I'm using it elsewhere in the game:

void main() {
DelayCommand(0.1, AssignCommand(GetObjectByTag("sith", 0), ActionStartConversation(GetFirstPC(), "", 0, 0, 0, "", "", "", "", "", "", 0, 0xFFFFFFFF, 0xFFFFFFFF, 0)));
ActionPlayAnimation(30, 1.0, (-1.0));
}

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.


×
×
  • Create New...