Im trying to figuring out how to use core/obj_Market.iss for helping me with keeping market things ok.
I have two files, one with core/obj_Market.iss (the one who comes with evebot) and another with this:
#include "EVEbot/core/obj_Market.iss"
function main()
{
variable obj_Market Market
call Market.GetMarketOrders 3347
}
when running this code i get this:
Error:No Such 'eve' method UpdateMarketOrders_A' @EVE:UpdateMarketOrders_A[${typeID}]
Error parsing data sequence ''
What am i doing wrong ? Can someone point me in the right direction ?
I have two files, one with core/obj_Market.iss (the one who comes with evebot) and another with this:
#include "EVEbot/core/obj_Market.iss"
function main()
{
variable obj_Market Market
call Market.GetMarketOrders 3347
}
when running this code i get this:
Error:No Such 'eve' method UpdateMarketOrders_A' @EVE:UpdateMarketOrders_A[${typeID}]
Error parsing data sequence ''
What am i doing wrong ? Can someone point me in the right direction ?