Jump to content

Home

need script k1


sekan

Recommended Posts

Can any body give me a script that makes a npc start a to talk with the pc when the pc is near the npc location. An example whould be the dark jedi on Tatooine.

 

Overall that was done through a trigger, that has a script attached to it.

 

You place the trigger in the module, then you attach a script that initiates a dialogue.

 

That script would be:

 

void main() {
ActionStartConversation(GetFirstPC(),"dlg_filenamehere");
}

 

Also There is a great tutorial here by Darth333 that teaches you how to set triggers.

 

Hope this helps.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...