BBot - The best bot of the world
Possible to get name from Variables? - Printable Version

+- BBot - The best bot of the world (https://forums.bmega.net)
+-- Forum: Support (https://forums.bmega.net/forum-6.html)
+--- Forum: Support & Help (https://forums.bmega.net/forum-8.html)
+--- Thread: Possible to get name from Variables? (/thread-17352.html)



Possible to get name from Variables? - spodniarz - 01-31-2015

Like this

variables

Quote:spell=adori gran frigo
mana=4000
soul=5


macro

Quote:Misc.ItemCountEx(3147)>=1
Self.Soul()>=!soul!
Self.Mana()>=!mana!
Self.Say(!spell!)
Exit()



RE: Possible to get name from Variables? - damiansnk - 01-31-2015

nope, variables work only with digits


RE: Possible to get name from Variables? - spodniarz - 01-31-2015

affff, sux...

or get name from any option from bbot? cast spell or like this?


RE: Possible to get name from Variables? - damiansnk - 01-31-2015

I think not but u can use full checks
soul>x
say x

soul>y
say>y


etc I hope u know what I mean