Particle projectiles in SkDragon

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

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Status
Not open for further replies.

ThePraZ

Member
Feb 20, 2017
37
1
8
I want to know if is possible to make particle projectiles like umbaska in skdragon or with skdragon's effects, and if is possible, how

I know this effect:
code_language.skript:
drawDot count 5, particle blockcrack, material stone, center event-projectile, visibleRange 8, pulseDelay 2, keepFor 8 seconds
but I don't know how to make a particle projectile with it

Thanks
 
Tested it just now on my server and got this to work.
code_language.skript:
on shoot:
    shooter is a player
    drawDot count 5, particle blockcrack, material stone, center event-projectile, visibleRange 8, pulseDelay 2, keepFor 8 seconds
 
Status
Not open for further replies.