you could try this... although I never tried it
before you go copy this, read it over, because im pretty sure i make some mistakes in writing this!
int hotspot_three = 0;
if (hotspot_three == 1);
disablehotspot (3);
}
if (hotspot_three == 2);
enablehotspot (3);
}
so now you only have to set the code when you want to
int hotspot_three = 1;
I really hope this will help!
before you go copy this, read it over, because im pretty sure i make some mistakes in writing this!
int hotspot_three = 0;
if (hotspot_three == 1);
disablehotspot (3);
}
if (hotspot_three == 2);
enablehotspot (3);
}
so now you only have to set the code when you want to
int hotspot_three = 1;
I really hope this will help!