When I start to create an auction by using
String a = "/script StartAuction(10000000,15000000,3)";
Lua.DoString("RunMacroText("" + a + "")");
or using
String a = "/script AuctionsCreateAuctionButton:Click()";
Lua.DoString("RunMacroText("" + a + "")");
nothing is happen, so how to resolve this?
String a = "/script StartAuction(10000000,15000000,3)";
Lua.DoString("RunMacroText("" + a + "")");
or using
String a = "/script AuctionsCreateAuctionButton:Click()";
Lua.DoString("RunMacroText("" + a + "")");
nothing is happen, so how to resolve this?
Last edited:






