Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Problem with macros ending on variable setting
#1
Whenever I finish a macro with a variable set, like this one....:

-----------------------
MACRO EXAMPLE (auto every 1000ms)
Tibia.IsKeyDown(81)==1
Tibia.IsKeyDown(65)==1
HUD.Setup(2, 2, 200, 222, 255)
HUD.Display(forcegodepot to 1)
forcegodepot:=1
----------------------
After I click on "Done", it saves the macro, but when I have to run it, the last line doesn't work, AND when I click to edit macro on macro list, the edit macro window appears without the last line, BUT when I save the script, and edit the script file with notepad, the last line is there.


THANKS IN ADVANCE
#2
just do
MACRO EXAMPLE (auto every 1000ms)
Tibia.IsKeyDown(81)==1
Tibia.IsKeyDown(65)==1
HUD.Setup(2, 2, 200, 222, 255)
HUD.Display(forcegodepot to 1)
forcegodepot:=1
end


Forum Jump:


Users browsing this thread: 1 Guest(s)