How to change NPC description?

Sorry, if this question has already been answered. I'm new to quest and coding as a whole.

I'm wondering how to make a script to change the description of an NPC after specific interactions, such as asking them a question, or giving them an item.


You could have it set so that after performing said interaction, that an attribute for that object or flag gets changed. Then do an IF statement that checks and sees that is set, thus giving an alternate description. You can "Run Script" in the look description and do it through that.


Yes. There's two main ways to do it. You can either put an if (for scripts) or {if (for text descriptions) in the description, to choose which option you want to display.

Or, in your script you could set the NPC's description to a new value. I think the attribute is called look, so you'd just do:

john.look = "A tall, athletic man, wearing the watch you gave him."

or whatever you want the new description to be.


This topic is now closed. Topics are closed after 60 days of inactivity.

Support

Forums