Quote:
Originally Posted by CyberLain
I have a few questions about AOE script:
Why does the screen resolution change at start?
Can I turn it off?
How to add a resolution change to the original after end?
And can i get a help making script to select the desired chest when I'm already in the room with some random group? In general, I only need a chest checker (for 7 box room)
^_^ ty))
|
When you use scripts you should use windowed mode not windowed fullscreen or fullscreen.
This code prints a textbox as soon as you targeted the correct chest
Code:
#IF=%FirstTime,;
UseSpeed=1;
#ENDIF
#DO=99999999;
Delay=15;
_UNTILMemPtrRead=%TargetBase,%OffsetData/0x34,DWORD,=806153;
_IFMemPtrRead=%TargetBase,%OffsetData/0x34,DWORD,=806153;
WaitForResponse=Correct chest targeted;
#ENDIF