Khaleesi Posted October 5, 2015 Posted October 5, 2015 Try: "camera.stop.moving.pleawse.you.slow.me.down"; ;) Just make custom InteractionEvents. and set the event so it doesn't use the camera InteractionEvent event = new InteractionEvent(entity,action) event.somecameraoption... script.execute(event); tada! You'll have to rewrite it some, typed on my phone .. Khaleesi 1
Isolate Posted October 5, 2015 Posted October 5, 2015 getAntiBan().unregisterBehavior(AntiBan.BehaviorType.CAMERA_SHIFT);
Khaleesi Posted October 5, 2015 Posted October 5, 2015 getAntiBan().unregisterBehavior(AntiBan.BehaviorType.CAMERA_SHIFT); or this ^ depending in what situation you need the camera stop moving
Gimp Posted October 5, 2015 Author Posted October 5, 2015 or this ^ depending in what situation you need the camera stop moving Thx both