IntroText Default

The IntroText is basically what the NPC will say when talking to it. As you can see from the array below, there are 3 different Strings added. The script will choose a random one out of these 3 each time you talk to the npc again.

Defining IntroText looks like this:

IntroText: ["Good Day, welcome, how may I serve you?", 
            "Hello, welcome, what can I mean for you?", 
            "Hello, Welcome what can I get for you?"]
IntroText 1
IntroText 2
IntroText 3

Last updated