Price Answer for TradeSkillMaster

Price Answer for TradeSkillMaster

135k Downloads

match trigger word without requiring a space

Bonkeybee opened this issue ยท 2 comments

commented

Example:
?[ItemLink] (doesn't work)
? [ItemLink] (works)

Currently adding a space between the trigger and the item name or link is required. For item links this should not be required.

commented

I will look into that.

commented

After much testing, I could do what you ask, but it would be a breaking change. It is a nice suggestion, but I won't implement your idea.

?[ItemLink] -- would work
? 3[ItemLink] -- would work
?3[ItemLink] -- does not work
? 3 [ItemLink] -- does not work