#(drjoenh) Multi-line tags VSC bug
12 messages · Page 1 of 1 (latest)
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.
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.
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[#]
ObjectTag
# 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>
oo it has input lol
fixed
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