Discord Thread Fireworks but in one. (Skript)

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

skUnity Discord

Site Manager
Aug 5, 2023
12,755
1
0
The skUnity Discord
discord.gg
So I have been trying to make this script go into one firework but I just can't seem to figure out how to. ?
code_language.skript:
command /test11:
    trigger:
        launch firework flickering ball large coloured yellow and orange fading to red at location 96.500, 81.000, 91.500 with duration 1
        launch firework trailing small ball coloured yellow and orange fading to red at location 96.500, 81.000, 91.500 with duration 1
        launch firework trailing star shaped coloured red and purple fading to pink at location 96.500, 81.000, 91.500 with duration 1
Yes, I have looked into the docs multiple times and have found some ideas on how it could work but never a full example as given here,
**(launch|deploy) [[a] firework [with effect[s]]] %fireworkeffects% at %locations% [([with] (duration|power)|timed) %number%]**
I had seen this and went a little rogue trying to figure out how to colour the seperate effects in one and made some abomination here ?,
command /test10:
    trigger:
        launch firework flickering with effects ball large, small ball and star shaped coloured yellow and orange fading to red coloured yellow and orange fading to red coloured red and purple fading to pink at location 77.500, 85.000, 91.500 with duration 1
Which obviously didn't work but I tried multiple other ways but still couldn't figure it out so I decided to try get some help from other intelligent people on the server the main prime thing I'm trying to get scripted is for all the commands listed in the, "/test11", code to be put in one so it can easily make the first picture sent rather than the second I appreciate any ideas you have on making this work ^.^ .

Posted by: callmelote from the skUnity Discord. View the thread on skUnity Discord here
 
Status
Not open for further replies.