How do I change when I fall ...

Started by noam12 on

Topic category: Help with MCreator software

Last seen on 17:41, 13. May 2020
Joined Jan 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How do I change when I fall ...

Hey,
I just want to do a mod ... I fall from a height, something happens ..

thanks!!!

Last seen on 17:41, 13. May 2020
Joined Jan 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
My english bad.. Sorry
Mon, 05/11/2020 - 19:59

My english bad.. Sorry

Last seen on 17:41, 13. May 2020
Joined Jan 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
please help me...
Tue, 05/12/2020 - 05:14

please help me...

Last seen on 17:41, 13. May 2020
Joined Jan 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Someone can help me?
Tue, 05/12/2020 - 07:31

Someone can help me?

Last seen on 21:15, 8. Jan 2021
Joined May 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Alright, now I am here! Haha…
Fri, 05/15/2020 - 22:24

Alright, now I am here! Haha

There are two ways:

If you want something to happen if you fall from specific height, then you schould write a procedure, that is always testing for the distance between you and the floor; and if the height is reached, and then you fall, it will activate another procedure;

 

Second variant, there is no difference beteween the height you fall from; then you can just write a procedure, that activates on player-event damage, and if kind of damage is fall-damage, then you execute the code

 

Hope it will help