#(Niklas) Skin_Blob

40 messages · Page 1 of 1 (latest)

ocean lava
cosmic sandalBOT
#

Hi I'm AutoThreadBot! Don't mind me, I'll just be adding the helper team to this thread so they can see it. A human will get to you soon.
You can block this bot if you don't want to see these messages, I won't mind.
<@&525394568410038282>

ocean lava
#

I have this script here but I dont know how to get the skin flagged

fresh shard
ocean lava
#

yes

fresh shard
#

Is it a static thing? or will you be dynamically changing it?

ocean lava
#

it will be static.

fresh shard
#

Then I'd probably use a data script

#

!l data script container

stoic gateBOT
# fresh shard !l data script container

Data script containers are generic script containers for information that will be referenced by other scripts.

No part of a 'data' script container is ever run as commands.

There are no required keys.

Generally, data is read using the !tag ScriptTag.data_key tag.


data_script_name:

    type: data

    # Your data here
    some_key: some value
    some_list_key:
    - some list value
    some_map_key:
        some_subkey: some value


Group

Script Container System

ocean lava
#

I have never done something with data scripts

fresh shard
fresh shard
ocean lava
#

ok

#

is there a guide?

fresh shard
#
data_script:
    type: data
    message: Hello!

task_script:
  type: task
  script:
  - narrate <script[data_script].data_key[message]>

Here's a basic example that'll narrate Hello!

ocean lava
#

well.
I am more confused then before

fresh shard
ocean lava
#

but I dont want a message but a skin

fresh shard
#

Yes, that's just an example, you can store anything in the data script and read it the same way

ocean lava
#

I had this working with the flag.. and it was more comfortable with that

fresh shard
#

In your case, you could have a skin_blob key in your data script, then use <script[].data_key[]> in the mechanism to read it

fresh shard
#

But a server flag is fine as well, if it's already working then what's your question?

ocean lava
#

it was working on my testserver but I forgot how to set the server flag with the correct skin

#

And I cant copy the serverflags because my old testserver is on my old PC which is destroyed...

fresh shard
#

!g long term memory

stoic gateBOT
fresh shard
#

flag server FLAG_NAME:FLAG_VALUE

ocean lava
#

ahh thank you.

thorny hedgeBOT
civic steepleBOT
#
Thread Closing Reminder

Has your issue been resolved, or your question been answered?
If so, please use the </resolved:1028673926114594866> command to close your thread.
Or </invalid:1028673926898909185> if it's not possible to resolve.

If not yet resolved, please reply below to tell us what you still need.

(Note that if there is no reply for a few days, this thread will eventually close itself.)

#

@ocean lava