Recent content by FalZz

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

  1. FalZz

    Discord Thread entity health

    You can also get help and understand how to do it without someone else making the code Posted by: falzz from the skUnity Discord.
  2. FalZz

    Discord Thread entity health

    In the damage event Posted by: falzz from the skUnity Discord.
  3. FalZz

    Discord Thread entity health

    Posted by: falzz from the skUnity Discord.
  4. FalZz

    Discord Thread entity health

    You set the local variable in 1 event and its only use case is for that event, you cant use a local variable in other events Posted by: falzz from the skUnity Discord.
  5. FalZz

    Discord Thread entity health

    You are still using the local variable Posted by: falzz from the skUnity Discord.
  6. FalZz

    Discord Thread entity health

    Cant use local variable like that Posted by: falzz from the skUnity Discord.
  7. FalZz

    Discord Thread MY SkBee is loading stuck

    Why not just update? Posted by: falzz from the skUnity Discord.
  8. FalZz

    Discord Thread MY SkBee is loading stuck

    Whats wrong with skbee? What you are showing does not show anything skbee related Posted by: falzz from the skUnity Discord.
  9. FalZz

    Discord Thread MY SkBee is loading stuck

    Can you sen /sk info Posted by: falzz from the skUnity Discord.
  10. FalZz

    Discord Thread MY SkBee is loading stuck

    Why use a old version of skbee that does not work for beta versions of skript? Posted by: falzz from the skUnity Discord.
  11. FalZz

    Discord Thread Hello, I have a problem with my script, it does not want to execute my commands, for me there is no

    functions is a thing. better to use functions instead of making many commands Posted by: falzz from the skUnity Discord.
  12. FalZz

    Discord Thread kill display item

    i found a temporary fix loop all entities in radius 1 around event-block: kill loop-value but would still be usefull to know what the issue is Posted by: falzz from the skUnity Discord.
  13. FalZz

    Discord Thread kill display item

    trying to kill a display item tried both kill item display in radius 1 around event-block and kill display item in radius 1 around event-block does skript not know what that is yet or? Posted by: falzz from the skUnity Discord. View the thread on skUnity Discord here
  14. FalZz

    Discord Thread LeaderBoard's with playerdata

    You can look at the examples here https://docs.skunity.com/syntax/search/id:4070 here it shows how to set/add/remove something to a custom tag to the player Posted by: falzz from the skUnity Discord.
  15. FalZz

    Discord Thread LeaderBoard's with playerdata

    So the way i save statistics to a player is with custom nbt saved to the player, and the way i get the statis from the player you can see here https://discord.com/channels/135877399391764480/1117566831297822872/1118530601046253679 Posted by: falzz from the skUnity Discord.