10-19-2016, 05:54 PM
(10-19-2016, 05:46 PM)Zanci Wrote:Code:triggers = {
--[[{ detect_chat = "FoxhoundTest",
sound = "Profile Alex 10",
helper_image = "Profile Alex 10",
--runcode = "SendTextCommand('/echo Profile Alex 10.')"
},]]
{ detect_action = 6832,
sound = "Stay away from buttons",
helper_image = "Stay away from buttons",
--runcode = "SendTextCommand('/echo Stay away from buttons.')",
},
So far not tried if it works.
you want to cancel the whole "stay away from buttons" thing ? sound and image
you should add -- before each line
Code:
{
--detect_action = 6832,
--sound = "Stay away from buttons",
--helper_image = "Stay away from buttons",
--runcode = "SendTextCommand('/echo Stay away from buttons.')",
},
example
Code:
--[[{
detect_action = 6832,
sound = "Stay away from buttons",
helper_image = "Stay away from buttons",
runcode = "SendTextCommand('/echo Stay away from buttons.')",
},]]