Skript: Make the "<none>" null value display configurable

Created on 9 Jun 2017  路  4Comments  路  Source: SkriptLang/Skript

In Config, there should be an option to change the

"< none >" to something like "Nothing here!", so when there isn't anything in the variable in my script, it won't say "< none >"

enhancement

All 4 comments

I guess this would be an ok config option to have, but its easy to implement this yourself with skquery's default values like so:

{_var} ? "Nothing here!"

default is not a boolean

What?

This is about the same as asking Java to make null's name configurable. But fine, I guess for localization reasons this would be useful.

Was this page helpful?
0 / 5 - 0 ratings