Jump to content

Home

Editing computer terminals


agris

Recommended Posts

Hello, this is my first post here at the Labs. I looked through your tutorials on dialogue/scripting, but couldn't quit find what I was looking for.

 

I'm curious what file controls the inititation of 'conversation' with a computer terminal in TSL. I figured it would be a script, but I don't know the shorthand identifiers that the scripts have (ie: x_bbb_filename.nss) and there are far far to many to go through them by hand. Any help would be much appriciated. If it matters, the terminal is the "turbolift control" on the dorm level in peragus. thanks.

Link to comment
Share on other sites

Welcome to the forums :)

 

To initiate a dialogue with a computer, you need to attach the following script:

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

in the OnUsed field of your computer .utp file. Replace "my_dialogue" by the name of your dlg file (keep the quotation marks).

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...