1. Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

  2. LOOKING FOR A VERSION OF SKRIPT?

    You can always check out our Wiki for downloads and any other information about Skript!

Dismiss Notice
This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

can`t understand this event

Discussion in 'Skript' started by Mamba, Apr 27, 2022.

Thread Status:
Not open for further replies.
  1. Mamba

    Mamba Member

    Joined:
    Feb 24, 2021
    Messages:
    13
    Likes Received:
    0
    Code (Text):
    1. if player's location is location(100, 100, 100,):
    2.  

    this script throws an error
    1.PNG
     
  2. Jayden13O

    Jayden13O Member

    Joined:
    Jun 9, 2021
    Messages:
    22
    Likes Received:
    1
    You left an extra comma.
    Code (Text):
    1. if player's location is location(100, 100, 100):
     
  3. Mamba

    Mamba Member

    Joined:
    Feb 24, 2021
    Messages:
    13
    Likes Received:
    0
    upload_2022-4-27_23-42-45.png

    it still doesn't work
     
  4. Practice

    Practice Member

    Joined:
    Apr 23, 2022
    Messages:
    37
    Likes Received:
    1
    Can you send the whole script?
     
  5. Jayden13O

    Jayden13O Member

    Joined:
    Jun 9, 2021
    Messages:
    22
    Likes Received:
    1
    Does this maybe work?
    Code (Text):
    1. if block at player's location is block at location(100, 100, 100):
     
  6. Mamba

    Mamba Member

    Joined:
    Feb 24, 2021
    Messages:
    13
    Likes Received:
    0
    папапра.PNG
    --- Double Post Merged, Apr 27, 2022, Original Post Date: Apr 27, 2022 ---
    this is the whole script
     
  7. Practice

    Practice Member

    Joined:
    Apr 23, 2022
    Messages:
    37
    Likes Received:
    1
  8. Mamba

    Mamba Member

    Joined:
    Feb 24, 2021
    Messages:
    13
    Likes Received:
    0
    I know how this language works, if I add something else to this script, the essence does not change, the error is the same
     
  9. Hasloslabe

    Hasloslabe New Member

    Joined:
    Apr 27, 2022
    Messages:
    5
    Likes Received:
    0
    if location at player is {x}:

    and you need to set your specified location to variable {x}
     
  10. Practice

    Practice Member

    Joined:
    Apr 23, 2022
    Messages:
    37
    Likes Received:
    1
    If player's location is not an event, it's a condition.
     
  11. Jake*

    Supporter

    Joined:
    Jan 30, 2022
    Messages:
    117
    Likes Received:
    6
    \
    if you could mention what you want to do, i will be able to help you to the fullest.
    --- Double Post Merged, Apr 29, 2022, Original Post Date: Apr 29, 2022 ---
    Code (Text):
    1. on player move:
    2.   if player's location is location(100, 100, 100):
    3.     send "a"
     
Thread Status:
Not open for further replies.

Share This Page

Loading...