View Single Post
06/26/14, 10:32 AM   #21
CrazyDutchGuy
 
CrazyDutchGuy's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 89
Originally Posted by Garkin View Post
If I use d(zo_strformat("text <<t:1>>", itemLink), it will print "textitemlink" - all spaces in front of the itemlink are removed. Is there any way how to get it working correctly?
Lua Code:
  1. d(text .. " " .. zo_strformat("<<t:1>>", itemLink))
would be my guess
  Reply With Quote