kolton / d2bot-with-kolbot

d2bot game manager by D3STROY3R with kolbot libs by kolton for d2bs
346 stars 332 forks source link

me. scriptfile #1822

Open amOKchen opened 5 years ago

amOKchen commented 5 years ago

I am curious to see what functions is in the "me" script file.

Im looking for various information like how to use me.weaponswitch, but I cant seem to locate what script file "me." is referring to.

Can anyone guide me to it?

5noop commented 5 years ago

me is an object from d2bs, you can find its attributes in api.html and kolbot/sdk/commandref.htm

It basically gives informations about your character, game, acc, etc. me.weaponswitch will either be 0 or 1 depending on which slot is active.