Skript (2.5-beta3) has a bug (or was disabled) that makes it so people using functions cannot check for values inside of it. This is a major bug because it makes it impossible for someone like me who heavily uses functions to save time.
Please fix this up... seriously annoying....
Example:
can't understand this condition: '{l::base::%uuid of {_p}%::xp} >= {_req}' (levels.sk, line 32: if {l::base::%uuid of {_p}%::xp} >= {_req}:')
This is just an issue with using "%uuid of {_p}%", try setting a variable like "set {_u} to uuid of {_p}" then you can use %{_u}% instead of "%uuid of {_p}%"