#(drjoenh) Multi-line tags VSC bug

12 messages · Page 1 of 1 (latest)

fringe reef
#

Hello, found this bug in VSC now
basically you cant have multi-line tags with brackets (from my testing at least)

low marlinBOT
#

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.

fringe reef
barren frostBOT
#
Changed to Bug

Thread is now a Bug thread. This indicates a core code bug that a developer must resolved, not an error message or other support topic. Please do not misuse the Bug label. Use </helpthread:1028674284870180883> to switch the thread back to a normal help thread if you are not 100% confident it is a code bug.

drowsy sage
#

hwat

#

!t list.first

buoyant berryBOT
# drowsy sage !t list.first

Returns the first element in the list.
If the list is empty, returns null instead.
Effectively equivalent to .get[1]
Optionally, specify a number of entries to get, which will return the # first entries, equivalent to .get[1].to[#]

Returns

ObjectTag

Examples
# Narrates "one"
- narrate <list[one|two|three].first>
# Narrates a list of "one" and "two"
- narrate <list[one|two|three].first[2]>
# Narrates a list of "one", "two", and "three"
- narrate <list[one|two|three].first[5]>
# Causes an error, as the list is empty.
- narrate <list.first>
drowsy sage
#

oo it has input lol

drowsy relic
#

fixed

barren frostBOT
#
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.)

#

@fringe reef