Solved SkRayfall EffectLib compatibility is bugged?

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

    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.

Aidanete

Active Member
Apr 11, 2017
139
10
0
When I put the bleed effect with SkRayfall and EffectLib, the player when get damaged it gets stuck getting damage until I quit the server and return to it. It's strage

Here my code:
code_language.skript:
spawn a bleed effect at victim with id "1"

And another thing. Why I have to put an ID?

Thank you
 
the reason for id's is so you can stop them
like so:
code_language.skript:
spawn a bleed effect at victim with id "1"
wait 1 second
stop effect "1"
 
Status
Not open for further replies.