Just want to ask if this example could work
if not, then tell me how to make it correct way ;)
(Can anyone tell me why code i writed dont work, Tried to do it in many ways but i cant figure out how to fix it and make it works...)
Cause i tried many times to make it Heal and if dont need to use heal then start next function way, but i cant figure out how to make it correctly, And when i use simple
if not(@error) then
else
if @error then
it skip sometimes alot of code lines ;)
Example i tried to make Go from path 1 to path 2
and it were going only to path one even if i added to script check if at path 1 point then go to path point 2 ;) but it was clicking only on path 1 point -,-
This time im going to make it this way ;) ==> If ($first And $second and $third) = False Then
StartFunction()
But b4 ill start it i need to know if script i post above work correctly
if not, then tell me how to make it correct way ;)
(Can anyone tell me why code i writed dont work, Tried to do it in many ways but i cant figure out how to fix it and make it works...)
Cause i tried many times to make it Heal and if dont need to use heal then start next function way, but i cant figure out how to make it correctly, And when i use simple
if not(@error) then
else
if @error then
it skip sometimes alot of code lines ;)
Example i tried to make Go from path 1 to path 2
and it were going only to path one even if i added to script check if at path 1 point then go to path point 2 ;) but it was clicking only on path 1 point -,-
This time im going to make it this way ;) ==> If ($first And $second and $third) = False Then
StartFunction()
But b4 ill start it i need to know if script i post above work correctly