i have this:
Code:
public void ice(int i) {
	NPCHandler.npcs[i].requestTransform(9463);
	}
in my npchandler.java
i want to make it so it does that when i click on a certain npc, how could i make it do that?