Jump to content
McKay Development

Recommended Posts

Posted
Hello fellas ...

 

I'm trying to add a kind of "counter" to trades sent by my LevelUp BOT. I'm fairly lazy about programming, I do things on the basis of trial and error. The results, of course, are not always satisfactory.

 

with the screenshots it will be easy to understand what I want.

 

I tried use +conf.creator


but I realized trade offer not YET created and therefore, I would not get the result I want

 

then

 

I tried use: +offer.id


and the result was null

 

I don't want the result to necessarily be the token of the trade offer. I want there to have an accountant that changes according to the exchange offers that my bot sends.

Posted

If you're trying to include a unique token with each offer, you're probably best off just generating a random string.

yep... can be a random string, but failed.

 

I tried it:

 

var numtrade;

 

 

start = 0;

numtrade = start + 1;

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...