pl.setColor(ColorRGBA.White);
pl.setRadius(15f);
visible.addLight(pl);
ArrayList<BaseUsable> acts = new ArrayList<BaseUsable>();
acts.add(new GotoClickedInputAction(pcHandler, cam));
Singleton.get().getInputController().pushInput(acts);
Singleton.get().getSceneManager().removeChar();
Singleton.get().getSceneManager().changeCharNode(visible, Action.ADD);