Cavalorn on 6/8/2017 at 16:31
I'd like to make an (optional) objective where Garrett has to kill somebody. Now I'd like to use a certain schema after the killing-blow had been dealt. How can I make Garrett comment once the NPC is dead?
R Soul on 6/8/2017 at 17:19
You either need something that
triggers when something is
slain, or something that
triggers when a
QuestVar gets a specific value (objectives are Quest Vars).
You can find info about either of those methods on this page: (
http://www.thiefmissions.com/telliamed/scripts.html). One of the methods has an object in the hierarchy in the TrapTrig section of the hierarchy.
The italics suggest what you should search for.
Cavalorn on 6/8/2017 at 17:23
Thank you very much!
Daraan on 6/8/2017 at 17:24
You can use the TrigSlain script with CD to a VO-Trap
Cavalorn on 6/8/2017 at 17:38
Quote Posted by Daraan
You can use the TrigSlain script with CD to a VO-Trap
Now that sounds much more simple. I'll give this a try right away. Thanks a lot!
R Soul on 6/8/2017 at 20:01
Much more simple? It's the same as one of the methods I suggested.
LarryG on 6/8/2017 at 21:15
Yes, but you required that Cavalorn actually read the documentation for find it.
Yandros on 6/8/2017 at 23:24
What's wrong with that?
LarryG on 7/8/2017 at 00:09
Nothing. Cavalorn just seems to have thought that R Soul's post was more complex and I deduced that it was a result of that.
Cavalorn on 7/8/2017 at 01:51
Quote Posted by R Soul
Much more simple? It's the same as one of the methods I suggested.
In that case, I do apologize.
Gotta admit I'm atrocious when it comes to scripting, and since my mission has no objectives made yet, I did not interact with QuestVar so far. In other words, I'm uncertain how to use it (I haven't used it for almost 10 years now, completely forgot about it). I went to check the long list of scripts and just felt lost. Compared to that, like I said, the other post seemed simpler, and I could get done what I wanted. I still very much appreciate you trying to help me. It's my fault that I was uncertain how to apply what you said.