BBot - The best bot of the world
Question about macro - 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: Question about macro (/thread-19013.html)



Question about macro - alvis500 - 12-24-2015

how i can store and mantain the value of this variable
skill:=Self.Skill.Axe()

and make this
Self.Skill.Axe() == skill+1
Self.PrivateMessage(xxxxxxxxx, i'm up axe skill to !skill!)
i try do this
Code:
skill:=Self.Skill.Axe()

Self.Skill.Axe;() == VarAdd(!skill!, 1)
Self.PrivateMessage(Erbo letta, subi axe skill a !skill!)
Self.PrivateMessage(Ultixmate Ghost, subi axe skill a !skill!)
but not work i'm try to make a variable to store to but the variable update everytime y run the macro help Confused Undecided