help would be appriacted - i usually do that on a ENITRLY different file but i have no clue how to describe the INT's for a different file - note if you didnt read its supposed to be for teleportPet_process() which if you want to look at that code its in the extremely long code x.x
ive also tried to describe the INTS myself by maknig it do npcHandler.process();
by doing it like
int npcType = npcHandler;
where it reads npcHandler as NPCHandler() where NPCHandler is the name of the file - or am i trying this all wrong and i should just combine the timer int eh 2nd part of the coding in with void newPetNPC to do the work?