Zone ID random
Posted: Tue Jan 28, 2014 2:03 am
I have been having issues with checking Zone ID on official servers when entering siege in particular. Not sure why but the Zone ID is supposed to be 402, but I keep getting 1402, 2402 even 3402 as I did today. Not sure if its just their siege system that does it or what.
I'm just wondering how I can look for just '402' in the Zone ID, rather than having a long list of if zoneid == 402, 1402, 2402 etc.
Can't test currently, was thinking something like find.string would work, but a string is a series of letters, not numbers right? So not sure.
I'm just wondering how I can look for just '402' in the Zone ID, rather than having a long list of if zoneid == 402, 1402, 2402 etc.
Can't test currently, was thinking something like find.string would work, but a string is a series of letters, not numbers right? So not sure.