View Single Post
09/16/15, 02:51 PM   #3
Garkin
 
Garkin's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 832
It looks like results from zo_strformat("<<2[1/$d]>> <<tm:1>>", itemLink, count) -this will try to automatically convert item name to plural if count is greater then 1.

From EsoStrings:
"[eng] You bought <<2[1/$d]>> <<tm:1>> for <<3>>.", -- SI_BUY_RECEIPT_MONEY
"[eng] You sold <<2[1/$d]>> <<tm:1>> for <<3>>.", -- SI_SELL_RECEIPT_MONEY

Last edited by Garkin : 09/16/15 at 02:55 PM.
  Reply With Quote