Hi there. I searched the website and the help files in hopes of an answer to this question, but I have not had any luck so here I am posting.
This is what I want to do. I want to capture a specific set of numbers 0-25 in a wildcard trigger. This is the line:
Without further performance, the song will end in 130 seconds.
(^Without further performance, the song will end in (.*?) seconds.$)
I was thinking I could do something like (.*?<=25) but that didnt work. Someone told me try CInt, but I think thats VBscript, and it didnt work. If anyone knows how I can do that I really appreciate it you could help me.
Also, if someone could point me to where I can learn about basic lua logic arguements (like for vb its If/else/etc) that would also be great!
This is what I want to do. I want to capture a specific set of numbers 0-25 in a wildcard trigger. This is the line:
Without further performance, the song will end in 130 seconds.
(^Without further performance, the song will end in (.*?) seconds.$)
I was thinking I could do something like (.*?<=25) but that didnt work. Someone told me try CInt, but I think thats VBscript, and it didnt work. If anyone knows how I can do that I really appreciate it you could help me.
Also, if someone could point me to where I can learn about basic lua logic arguements (like for vb its If/else/etc) that would also be great!