Simba Code:Begin
Wait(750+random(250)) or
IsUpText('ew') (InvFull);
Repeat;
End;
[Error] (115:16): Type mismatch at line 114
Compiling failed.
Fixed the other error and i tweaked this around some any ideas on what i'm doing wrong?
Simba Code:Begin
Wait(750+random(250)) or
IsUpText('ew') (InvFull);
Repeat;
End;
[Error] (115:16): Type mismatch at line 114
Compiling failed.
Fixed the other error and i tweaked this around some any ideas on what i'm doing wrong?
Goals:
Learn to script(doing)
Write Basic Yew and magic log cutter(DONE!NEEDS WALKING AND BANKING 1ST)
Create Universal Fighter
Double posted my bad laggy internet
Goals:
Learn to script(doing)
Write Basic Yew and magic log cutter(DONE!NEEDS WALKING AND BANKING 1ST)
Create Universal Fighter
Or only comes after if statements.
Read your code out loud and see if it makes any sense.
"wait or" naah!
But
If IsUoText() Or InvFull then
That makes sense.
I thunk you really need to slow down, go through the code line by line, make sure it's standardized/organized first, and then read to see if it makes sence logically.
First just think in human terms what you're trying to do, then figure out how to code it.
Imagine what you would do if you were playing, then turn it into code.
Slow down, relax, and code away!
If you are basing this off of my tutorial videos, pay closer attention to my code and make yours like mine. The code in the video works and compiles except for like updates in SRL simba.
Good luck.
i am doing this without the tutorial and free balling it off what i learned in the first 15 minutes of your video i want it to be a all hands on learning process not video instructed where i'm copying you I want some of my own touches and variances,
Goals:
Learn to script(doing)
Write Basic Yew and magic log cutter(DONE!NEEDS WALKING AND BANKING 1ST)
Create Universal Fighter
There are currently 1 users browsing this thread. (0 members and 1 guests)