princesssparkle2010
Member
- Joined
- May 5, 2021
- RedCents
- 0¢
I am trying to pass information from one toon to another.. using #chat
I am passing 3 pieces of data in one line.. COMMAND ... MOB ID# ... ITEM LINK
Example: LOOTIT 133 Hand Wraps
Where Hand Wraps is the actual in game item link.. just copied to the tell line.
That would produce 4 args .... ARG1=LOOTIT ARG2=133 ARG3=Hand ARG4=Wraps
I then REASSEMBLE the item link part by merging all args after arg 2 together into one word.....
The issue i am having.... when i parse it using ARG or TOKEN .. using SPACE as the delimeter.. it works fine I can force the space seperrated parts of the ITEM LINK together after the ARG parse .. to reasseble the full item name.... but NEVER if the item link contains an Apostrophe or TICK ion the naming convention....
How can i essentially.. PASS the ITEM LINK NAME... in chat relay.. or any viable method... with the correct item name.. cause it's breaking on any link that has TICK or Apostrophe....
I am passing 3 pieces of data in one line.. COMMAND ... MOB ID# ... ITEM LINK
Example: LOOTIT 133 Hand Wraps
Where Hand Wraps is the actual in game item link.. just copied to the tell line.
That would produce 4 args .... ARG1=LOOTIT ARG2=133 ARG3=Hand ARG4=Wraps
I then REASSEMBLE the item link part by merging all args after arg 2 together into one word.....
The issue i am having.... when i parse it using ARG or TOKEN .. using SPACE as the delimeter.. it works fine I can force the space seperrated parts of the ITEM LINK together after the ARG parse .. to reasseble the full item name.... but NEVER if the item link contains an Apostrophe or TICK ion the naming convention....
How can i essentially.. PASS the ITEM LINK NAME... in chat relay.. or any viable method... with the correct item name.. cause it's breaking on any link that has TICK or Apostrophe....

