Hi guys,
How do you edit a script from another script, without copy/paste the whole source ?
For example, in the script below how could I change the value from +1 to +5 or whatever from another script?
\n\t:if (\$PingFailCountISP2 < (\$FailTreshold+2)) do={\r\
\n\t\t:set PingFailCountISP2 (\$PingFailCountISP2 + 1)\r\
Sorry if this was asked before