Re: Script help
Posted: Tue Mar 21, 2023 4:19 pm
Look modulo division in googlegambikules wrote: ↑ if indexList[index].typeID % 0x10000 == 0x0002:
Code: Select all
if(indexList[index].typeID % 0x10000 == 0x0002)Look modulo division in googlegambikules wrote: ↑ if indexList[index].typeID % 0x10000 == 0x0002:
Code: Select all
if(indexList[index].typeID % 0x10000 == 0x0002)Code: Select all
if (indexList[i].typeID.Substring(0, 4) == "0200")