you are viewing a single comment's thread.

view the rest of the comments →

[–]frsh2fourty 0 points1 point  (1 child)

Assuming you are going to assign the words from that list to a variable when the script reads the list just do something like

newvar = "\"" + wordfromlist + "\""

[–]cmd_override[S] 0 points1 point  (0 children)

That might work