also credits to guthan who made the base of it lolz
add this
then make a void name it urself i name it regioncheckCode:public String region = "";
then in process declare:Code:public void regioncheck(){
if((absX >= 3165 && absX <= 3290 && absY >= 3362 && absY <= 3515)) {
region = "Varrock";
}
else if((absX >= 1 && absX <= 9000 && absY >= 1 && absY <= 9000)) {
region = "world";
}
else { region = "unknown";
}
}
then u can add something like this in ur playerwriteCode:regioncheck();
then it will show ur regionCode:sendQuest("@[email protected]: @[email protected]"+checkregion+".",sqidhere);
// ^^^^^^^
// dont forget
note (agin) the base is made by guthan
