Discord Thread portals

  • 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!

This thread came from the skUnity Discord. You can't reply to it here but if you join the skUnity Discord, you'll be able to post a reply there. The thread link is part of the thread's message.
Status
Not open for further replies.
You can check if event-block is block at location...
Just broadcast all the values in chat so you can see them
And decide of it works as intended
Not rocket science

Posted by: wrexbg from the skUnity Discord.
 
Have you tried to research how?
Have you tried to search in the docs or just try thr first thing that comes to mind?

Posted by: wrexbg from the skUnity Discord.
 
code_language.skript:
on step on end portal frame:
    loop blocks between location(100, 60, 100) and location(150, 60, 100):
        location of event-block is location of loop-block
        teleport player to location(200, 60, 200)
        send "&aTeleported"
This should work
in the loop give 2 coordinates between which you will set the end portal frame after which you will be teleported

Posted by: _grifin_ from the skUnity Discord.
 
Status
Not open for further replies.