Glad I could help.
Do you have the sounds? Im not sure they can be had in the Releases for v1.* forum.
I also edited your subject line so folks would know its made to compliment ULX v2.
Note to others:
Originally created by InstantDeath, then converted by Griff, this script looks for three key words or phrases, then plays a sound if they are said.
This script wasn't modified much from its original ULX v1 version. See it in the "Releases for ULX v1.*" forum if you want the ULX v1.13 version.
(You have to be signed on as a forum member to see this forum available)
Griff, or anyone, up to the challenge of upgrading, making it more user friendly/configurable? I'm thinking tables could be used to store word/sound pairs.
table.insert(wordtosound,"word","what/to/play")
Something like that, I'm probably off.
Then perhaps a for loop to look for each word on player said, then play sound associated with word if found?
This way, users coud more easily add/change whats played on key text by editing the table entries