I wrote a simple script and it is working fine, that is until i try to run it through SMART.
I have updated and followed tutorials and setup the latest smart(V8). Smart starts up and it seems to only run the script through the loop only once. After the first loop it says something like 'disconnected: unpairing' on the command window..
this is my main loop...
Code:repeat if (not P07_LoggedIn) then begin P07_LogInPlayer; wait(1); P07_MakeCameraAngleHigh; end; wait(1); killChickenOne(); getFeathersOne(); checkRandomsOne(); until(false)


Reply With Quote