Jump to content

Home

Need Help With Spawning Computers Kotor


moynal

Recommended Posts

I am trying to make a computer panel spawn in the hideout on Taris and I dont know what the script for that would be. I already looked around the site and could not find anything that is really relevant.

 

Edit: Now I spawned it but the dialog file I set up for it won't fire.

Link to comment
Share on other sites

You need to add a script on the "OnUsed" field of the placeable file. That script would look something like this:

 

 

 

void main() {

 

ActionStartConversation(GetFirstPC(),"computer");

 

}

 

NOTE: computer is the name of the dialog file for the placeable.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...