Hi guys, just wanna ask something.. have anyone tried using the items with the GetFullItemList$( "GamerSafe" )
I get results like (with the ### as delimeter I guess)
Sword of BabaBlackSheep###This is a test product###453_7d30jsyp_1315295895.png###swdBaba### 570###658###true###false###false///
which according to the doc https://www.gamersafe.com/documentation/#items
title:String
description:String
iconName:String
developerCode:String
group_id:int
id:int
isUnique:Boolean
isConsumable:Boolean
isHidden:Boolean
groupbject {
label:String
group_id:int
numOwned:int
numTotalConsumptionsRemaining:int
prices:Array [ 0 => (Object)
pointCost:uint
goldCost:uint
id:uint
]
getIconURL():string - Returns the URL of the 100x100 icon image.
getCost(price_id:int = 0):Array - NOTE: This will always return an array of [0: gamergold cost, 1: gamerpoint cost]
Unfortunately the return string stopped at
isHidden:Boolean giving false then ended with ///
I never manage to reach
numOwned:int
numTotalConsumptionsRemaining:int
Please help someone who has got this working
Thank you thank you.