My Script Compiles Correctly, but when I go to run it I get this Procedure Call(I assume) error:
My Line 26 isCode:[Runtime Error] : Could not call proc in line 26 in script *:\*\*\*\AddyMiner.scar
The only other time this is used is when I initially declare WorldsToHopTo (It doesn't let me declare + initialize at the same time) This line isCode:WorldsToHopTo:=[10,11,13,14,16,19,20,25,29,30,33,34,35,37];
But Basically I'm wondering if there's a way to just Declare and Initialize everything at once.Code:WorldsToHopTo: array[0..13] of integer;
I tried googling around, but I kept getting "semicolon" "colon" and "=" signs needed in weird places. Thanks for any help![]()


Reply With Quote




. Why does it work when it's dynamic and not static (just curious)?

