First of all, you've created this topic in wrong forum (mods please move it to the correct one?), "User Resources" - forum used to share something with community, it's used for contributions!

About your question, take a look at this example:
Code:
// get the name of the region via 'region_find'!
// then save it into temporary string:
STRING* regName = "Abyss1";
STRING* tempStr = "#10";
str_cpy(tempStr, regName);
// then, you have to check if we've entered any of "Abyss" regions:
if(str_cmp(str_trunc(tempStr, 1), "Abyss")){
           // after that, you can check for the number of the region:
           if(str_cmp(str_parse(NULL, regName, 6), "1")){
                       // entered first Abyss region here!
           }
}

This example works, as I've tested it right before sharing! Probably not the best way, but should handle your situation without any troubles!

Greets


Looking for free stuff?? Take a look here: http://badcom.at.ua
Support me on: https://boosty.to/3rung