#Support sirsiah1357
1 messages · Page 1 of 1 (latest)
i noticed that it worked for some messages and not the ons i'm tryna use, i'm tryna use for kuudra
can you paste what you put in there here? (as text not screenshot)
mhm, i’ll get home and do it cuz its 6:30am for me rn but later today i can
i made sure to do /st dev chat and rven pasted it into a regex website too
with the spirit mask copy paste yall have it worked but with elle’s messages it doesnt and idk why
If I had to guess, it's cause of [ and ]
Just ping me again when you send it
@finite shard §e[NPC] §cElle§f: §rOMG! Great work collecting my supplies!§r
that's one of them
§e[NPC] §cElle§f: §rPhew! The Ballista is finally ready! It should be strong enough to tank Kuudra's blows now!§r
this is the other
@finite shard
§e\[NPC\] §cElle§f: §rOMG! Great work collecting my supplies!§r
yea you need to escape the [ and ]
§e\[NPC\] §cElle§f: §rPhew! The Ballista is finally ready! It should be strong enough to tank Kuudra's blows now!§r
can i copy paste what you sent? what is [ and ]
ye that should work
ty, it worked. if i wanna add more messages what do I have to change for it to work?
uhh non-exhaustive list of things you need to escape: ()[].?\ are all the ones I can think of rn. "to escape" basically means you need to put a \ infront of it, so for ( you'd put \( and if you have a \ in the text you'd do \\ so it gets recognized as a \
you can also just use a tool like https://regex101.com/ and figure out what you'd need to escape from there
ah okay