Quote Originally Posted by Spectrus View Post
@Athiest, to help with the keywords script, it's quite simple.

lua code:

local keywords = {'word1','word2','word3','etc'}

print('Starting keyword spam.')
Self.SayToNpc(keyWords, 65)
print('Keyword spam complete.')
Beautiful, I'll get on it asap.

Atheist.