What is wrong in declaring a procedure like this?
Simba Code:Procedure UniversalWalker(Choice:Integer,Walk:String);
I want to pass On 2 values to this procedure, The first one is an integer and the Second one a string, I need both these variables to make the right selections where a path should walk and what maps to call for the walking.
But I get this error when trying to compile it.
Simba Code:Semicolon (';') expected at line 411
Line 411 is the first code I gave.


Reply With Quote





