Search results

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

  1. Fojoin

    Solved if ({variable parsed as num}) > {argument}: - is not not working

    variables: {amount::%player%} = 10 on placeholderapi placeholder request for the prefix "cost": loop all items in inventory of player: if loop-item is player head: add item amount of loop-item *15 to {_amount::%player%} if loop-item is gold ingot...
  2. Fojoin

    Solved if ({variable parsed as num}) > {argument}: - is not not working

    "if ({_money} parsed as num) > {_amount::%player%}:" does not work. which is very strange, because in "set result %{_amount::%player%}% and %{_money}%%" the numbers are displayed variables: {amount::%player%} = 10 on placeholderapi placeholder request for the prefix "cost": loop all...