Jump to content

UwUnicode

Member
  • Posts

    45
  • Joined

  • Last visited

Posts posted by UwUnicode

  1. On 1/6/2020 at 2:25 PM, Vituco said:

    did you know that this message has more letters than you can see?

    it has 200

    count it using your eyes then copy this message and paste on a letter counter

    invisible characters i'm not dumb

  2. On 8/18/2019 at 1:30 PM, Nd_ said:

    So I have a Kit on my server which allows you to leap. The problem is that it will cause fall damage, so I added this skript.

    
    on damage:
          damage was caused by fall:
                if {%victim's uuid%.leaping} is true:
                      set {%victim's uuid%.leaping} to false
                      cancel event
                else:
                      if {%victim's uuid%.leaping} is true:
                            set {%victim's uuid%.leaping} to false   

    The problem is that it cancels the event even when the event is false. There are no errors.

    I forgot who said it but you don't want to have a selector at the beginning of a variable. No idea if it affects anything though, just give it a shot.

×
×
  • Create New...