Recent content by ProfiiQus

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

    Solved Add permission to player

    I am pretty sure this effect requires skQuery.. Do you have this addon isntalled?
  2. ProfiiQus

    Solved Function variable not working

    Hello, I am getting the following error when reloading my skript: >[2K [13:19:09 ERROR]: Can't understand this expression: p (Levelsystem.sk, line 32: if {exp.%p%} is greater than (2*((%{level.%p%}%+6)*(%{level.%p%}%+6))+4*%{level.%p%}%):') But, I am pretty sure the variable p is declared in...
  3. ProfiiQus

    Options are ignoring brackets

    Hello, I did just create a function which has the following code in it: if {lvlpoints.%{_p}%} is greater than {@{_s}.price}-1: (Where _p is the player and the _s is an input String) Problem is that whenever I want to run this, the option looks for {@{_s}, instead of {@{_s}.price}. I'm calling...
  4. ProfiiQus

    Problem with "code"

    Hello, I have a problem with the following line of code: if {xp.%loop-player%} is greater than {x}*({lvl.%player%}+{y})*({lvl.%player%})+{y})+{z}*{lvl.%player%}+{w}-1: The error which is actually printed is: "There's no world in a periodic event if no world is given in the event". Many thanks...
  5. ProfiiQus

    Solved Fishing - delete event-entity

    Hello, is there any way to remove the entity (fish) in fishing? I've tried the code below with RandomSK, but it doesn't really work. on fishing state of caught fish: delete event-entity Thanks, ProfiiQus.