Noticed that my "Mimic Me" button wasn't randomizing the
/say messages or hails properly. It will randomize the driving toon, but then all other group members
/say or Hail at the same time.
Have tried both variations with the same results.
MimicMeSayCommand=/dgge /timed ${Math.Rand[20,100]} /docommand /say
MimicMeHailCommand=/dgge /timed ${Math.Rand[20,100]} /docommand /keypress HAIL
MimicMeSayCommand=/dgge /docommand /timed ${Math.Rand[20,100]} /say
MimicMeHailCommand=/dgge /docommand /timed ${Math.Rand[20,100]} /keypress HAIL
How can I get all group members to randomize their
/say or hail keypresses? This seemed to work before using EQBCS, but when I switched to
Dannet, I noticed the different outcome.