GenieClient / Genie4

.NET 6 Update of Genie
GNU General Public License v3.0
20 stars 14 forks source link

Genie Test Build - Teach Trigger Stopped Working #92

Closed Kaesken closed 2 years ago

Kaesken commented 2 years ago

image

#trigger {(\w+) whispers, "(teach|Teach) (.+)"} {#if {($CanITeach == 1)} {#send stop teach;#send teach $3 to $1;#var CanITeach 0};#event 1 #var CanITeach 1}

My teach trigger stopped working. Don't remember if I ever had this working or not but it doesn't beep anymore. image

#trigger {(\w+) whispers, "beep"} {#beep}

I was having issues with my auto listen trigger but seems it's working fine for Damiza and Kaizakira.... So I'll double check my other guys to see if I missed something.

Edit: I'm an idiot, I edited the wrong auto listen trigger so no issues there. It's just the whisper triggers that aren't working. (To clarify, my whisper trigger to get my other toon to teach isn't working. My auto listening trigger to listen to a class that's taught to me is working properly.)