hi, I need that my skript with a one command write a text in another skript for example:
but I need that the second argument remains unchanged (is this %colored arg 2%) but I would just do so by simply writing a first argument, but skript tells me that the second argument is missing and so doesn't work
Please help me
Obviously I use skUtilities.
code_language.skript:
command /test [<text>] [<text>]:
trigger:
write " set line 25 in file ""/plugins/Skript/scripts/Test%arg 1%.sk"" to "" player's tool is a %colored arg 2% """ at line 67 to file "/plugins/Skript/scripts/Test%arg 1%.sk"
but I need that the second argument remains unchanged (is this %colored arg 2%) but I would just do so by simply writing a first argument, but skript tells me that the second argument is missing and so doesn't work
Please help me
Obviously I use skUtilities.