Jump to content

Code I can use in script to stop Camera Turning?


Recommended Posts

Posted

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

 

  • Like 1

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...