Getting this constant error at the moment but I'm not sure what I've done wrong
[Error] C:\Simba\Scripts\RyanRangeGuild.simba(175:28): Invalid number of parameters at line 174
Compiling failed.
Getting this constant error at the moment but I'm not sure what I've done wrong
[Error] C:\Simba\Scripts\RyanRangeGuild.simba(175:28): Invalid number of parameters at line 174
Compiling failed.
make sure you have a matching parenthesis pairs, example wait(randomrange(50,3000));
it would be helpful if you posted the code where the error occurs with the code tags
Thanks for the reply,
Code:if _findallrandoms(true) then begin RandomSolve; exit; end; runcombat; wait(100); inc(n); until n >= m; wait(randomrange(0, 99)); end;
try putting parenthesis around the if statement. idk if the underscore is sqrewing it up.if u have a begin for the last end and a repeat for the until(n=m) ealrier in the code im not sure :P sorry. what does exit do? and does inc (n) just increase n by 1? im newish lol
Last edited by Sk1nyNerd; 04-17-2013 at 06:54 PM.
View my OSR Script Repository!
Botted to max
Guides: How to Report Bugs to the Scripter
~~~~ Moved to Java. Currently Lurking ~~~~
If this is for OSR, then the problem lies in thatshould beSimba Code:if _FindAllRandoms(True) thenHowever, you might as well use FindNormalRandoms as that does exactly the same as what you're asking it to do. Hopefully that'll sort it out for you.Simba Code:if _FindAllRandoms(True, []) then
<3
Originally Posted by Eminem
There are currently 1 users browsing this thread. (0 members and 1 guests)