Well, in my script, whenever I use the Random function or procedure (whichever it is) in scar, I get an error saying type mismatch in script.. Here's an example of where I used it:
SCAR Code:if(not(LoggedIn))then
Exit;
wait(500+random(500));
GameTab(4);
Now if I take the wait(500+random(500)) out of there it works, or if I just take the random 500 out. I also tried using it in a case for my new function I'm making.. like case random(24) of and that gave me the same error.. :/
Anybody got any ideas on what I'm doing wrong, or are you having the same problem?
Scar 2.03 SRL 3.6 is what I'm using, not that that should matter.
Thanks.







Reply With Quote
lol.
thanks.
