Error in my script

bob_the_builder

Well-Known Member
I am getting an error in my script on the console. Just don't know what is throwing it., Hopefully if someone sees the error they can point me in a good direction to start adding some debug. Thanks in adv.

Error:Unparsable in Calculation of "Bigdog": 'B' @TargetID:Set[${Args[5]}]

I don't have any TargetID in my script.
 

Hendrix

Well-Known Member
If we had the whole script it might be easier, but somewhere you are trying to put a string into an int variable. You obviously do have a variable called TargetID in your script or it wouldn't be screwing up. What could be an issue is that you are loading the wrong script such as you have a script in /scripts/myscript.iss and in /scripts/myscript/myscript.iss). You are editing /scripts/myscript/myscript.iss and /scripts/myscript.iss is being loaded.
 
Top Bottom