Aight here is my question if i have this code for CoEmu source
Now how do i modify that code to work on the 5165 source?
Code:
else if ((ItemID >= 181300 && ItemID <= 192000 || ItemID >= 930000 && ItemID <= 940000 || ItemID >= 199305 && ItemID <= 199335) && EquipLocation == 9)//Returns Garment Position
{
return 9;
}