Closed Mrcomputer1 closed 8 years ago
I think I know what to do to fix there was no conflict. DO NOT PUSH ANYTHING TO MASTER!
@DrKat123
Fixed!
It now is b[*]
instead interp.*arg(b, *)
for accessing arg and b:Array
instead of b:Block
in the prim function
Waiting for test....
But if an argument NEEDS to be a number, as in the case of this block, just make sure that you use interp.numarg(b[*])
Ok I didn't do that with the block I fixed (That DrKat added before merging) Waiting for tests...
Alright, and because custom booleans can report strings and numbers too, just make sure to use interp.boolarg(b[*])
whenever needed to convert an argument to a boolean. Congratulations on custom reporters in Sharp!
Ok
Thanks for doing custom reporters @NoMod-Programming. I will add you to the credit screen soon.
Reverts SharpScratchMod/Sharp#13