Ezzz
Developer of Nostalrius and The Violet Project
Hey,
I want to use advanced lua scripts in my NPCs, but I don't know anything about LUA,
any idea how can I use this to make the NPC answer to Keys and reply with reply?
I want to use advanced lua scripts in my NPCs, but I don't know anything about LUA,
any idea how can I use this to make the NPC answer to Keys and reply with reply?
Code:
local Messages = {
{Key = "name", Reply = "I'm Joe."},
{Key = "job", Reply = "I'm a merchant."}
}