#help
1 messages · Page 1 of 1 (latest)
not very beginner friendly imo but what i would probably do, is stuff with rideable mounts and vectors
Ah ok I’ll learn a lil bit more first
Do you need it to be movable (like an item that can then be removed) or is it just designed to be in a fixed position for like a spawn, or a map?
The distance really doesn't matter tbh. So it's a fixed one right?
expand
What do you mean with "expand"?
like expand on fixed
Well, not sure what you are saying. An approach or the zipline would be making the structure with block displays to make it look fancy, then detecting when a certain block is clicked for example, and when that happens activate a function perhaps to make the player move from the starter point to the end in multiple steps
yeah thats what im kinda going for
It won't be super smooth, but if you wanna make a perfect contraption the difficulty will be a lot higher
Have you made any Skript before?
not really 😅
There's a lot of good documents online to check the sintax, personally I use SkriptHub
Very poorly explained, the structure is always similar; you always start with an event (for example, detecting the player click), then you can add conditions (like checking if it's near an specific coordinate in a specific world) and then you execute an expression (like repeating a certain tp 10 times)
You have also some really good references made by Sovdee, I recommend you take a quick look before starting
Once you've got the idea, and start writting some code based on the expressions you have in your skript version, I can help you find exactly what you need or tell you the specific way to format it