01-28-2014, 11:16 PM
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
-----------------------
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