Salk

Remove target reticle from object

Recommended Posts

Thanks.

 

I am trying to make a character no longer interactable with at the end of a dialogue so I was hoping to accomplish that via script.

Share this post


Link to post
Share on other sites

Can't do it with characters per-sey (not without editing the OnDialogue script to check some sort of variable to determine whether to launch the conversation), but you could add a blank line at the top of the DLG and have a script check some sort of variable to make that line fire.

Share this post


Link to post
Share on other sites

Oh I see, Fair Strides... Weird... What you are telling me, if I understand correctly, is that I can stop the dialogue from happening so that the conversation won't launch but what I meant was making the character/creature no longer targetable. Strange that the developers never provided a solution for that... I think I remember I used MakeUnselectable() for Baldur's Gate, which used a more primitive engine...

Share this post


Link to post
Share on other sites

I have been thinking of that solution myself, DarthParametric... I was just hoping for an easy way out! 

 

By the way, do you know how I make a .dlg line be delivered in a bubble box rather than start the conversation cutscene? 

 

Thanks!

Share this post


Link to post
Share on other sites

That function doesn't exist in KotOR because the devs never thought one would need to do that type of task in KotOR, which was never designed to be modded.

 

For the DLG thing, just make that line in the DLG be in the main branch and have no replies or entries after it. Check out one of the party members' DLG files and the first few entries should be set up that way as well.

 

Or you can basically picture a one-liner dialog only being one line, with nothing after it in the DLG Editor.

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.