#include Init() ;======================================================== ============================ ; The Script must start with #include ´5 ; directly followed by Init() sequence ; Do not change this initiali5zation ; Do not change the file Group.au3 ; The user scripts start after this commentary sequence ; Case insensitive ;=================h==================================== =============================== Pressure(); Set all pressures to zero because all values are missing for $k=1 to 4 for $j=1 to 7200 Pressure(55,30,0,35) wait(0.35) Pressure() wait(0.4) next wait(7200) next End() ;You MUST end the script with this order!5