I have a very..... Unusual problem as far as I can see. End. is the comand to end the main loop as I have always thought. But recently it seems to want to give me this "Identifier expected in script" Where End. is. How can I fix this please?
I have a very..... Unusual problem as far as I can see. End. is the comand to end the main loop as I have always thought. But recently it seems to want to give me this "Identifier expected in script" Where End. is. How can I fix this please?
make sure you closed off all your begins and repeats
"your always where you supposed to be"
Wrong... I am wrong..... It hasn't been solved that was a nothing which I thought I had fixed.
someone please take a look at this.
Begin
SetupSRL;
MouseSpeed := MMouseSpeed;
BenMouse := UseBenMouse
ActivateClient;
ChatsOff;
loadsa:= 0;
repeat
loadsa:= loadsa + 1;
choppingtrees;
drop;
until (loadsa = loads)
End.
Line 104: [Error] (15441:4): Identifier expected in script
And please remember I am a NOOB scripter started this script 3 days ago. No laughing unless I really am stupid.
until (loadsa = loads) <-----
End.
Your forgot a ;
It always says 1 line further then where the actual error is, mostly all of the time
http://garrett92.freehostia.com/Scri...criptStats.png
ReFlax Flax Spinner - V4 Is Out -
Check it out!






You also forgot a semicolon at the end of BenMouse := UseBenMouse.
Thanks guys still not fixed though
Begin
SetupSRL;
MouseSpeed := MMouseSpeed;
BenMouse := UseBenMouse;
ActivateClient;
ChatsOff;
loadsa:= 0;
repeat
loadsa:= loadsa + 1;
choppingtrees;
drop;
until (loadsa >= loads);
End.
Line 104: [Error] (15441:4): Identifier expected in script
Can you post the whole script please? Because it says on line 104 but those aint a 104 lines
Just use Manage Attachments when u make a new reply (scroll a bit down) and uplaod it so we can see whats wrong
http://garrett92.freehostia.com/Scri...criptStats.png
ReFlax Flax Spinner - V4 Is Out -
Check it out!
SOLVED at last........ The issue I found was that in my chopping procedure... The only procedure I thought NEVER to be wrong I had made an "improvement" on last night. Needless to say it is now nearly finished and I thank everyone for their kind ideas and thoughts on the issue. Reason why I didn't post it was because normally as SirPali said "It always says 1 line further then where the actual error is, mostly all of the time."
Can be CLOSED
There are currently 1 users browsing this thread. (0 members and 1 guests)