Okay.. I have a trigger that watches for a string, pulls out two variables, and appends them to a notepad window.
It then turns on a "*" line that captures everything.
In that script, it stops with a "." at the end. It is a modified version of a script I found in this forum (sadly, I cannot give credit other than that) for Local Editing in a Moo with Mushclient. Suddenly after upgrading to 3.20 and copying back over my modified example.pl script (yes, using perl) I dont get trigger matching.
So, checking wildcards, I discovered that the data instead of being at:
$world->GetTriggerInfo ($thename, 100 + 1);
..the data is now at
$world->GetTriggerInfo ($thename, 100 + 10);
Whats up with that? Bug? Utter Weirdness? Not sure if this is a feature, change, what-have-you. Still doing tests to narrow this down more. Just curious whether this sounds familiar, if I'm overlooking something, etc.
It then turns on a "*" line that captures everything.
In that script, it stops with a "." at the end. It is a modified version of a script I found in this forum (sadly, I cannot give credit other than that) for Local Editing in a Moo with Mushclient. Suddenly after upgrading to 3.20 and copying back over my modified example.pl script (yes, using perl) I dont get trigger matching.
So, checking wildcards, I discovered that the data instead of being at:
$world->GetTriggerInfo ($thename, 100 + 1);
..the data is now at
$world->GetTriggerInfo ($thename, 100 + 10);
Whats up with that? Bug? Utter Weirdness? Not sure if this is a feature, change, what-have-you. Still doing tests to narrow this down more. Just curious whether this sounds familiar, if I'm overlooking something, etc.