I'm making a system in DF that has to do with drop chances, the idea is that in the function you put a fraction for the drop chance of the item, such as 1/3 or 4/10. The issue is that in the code I can't set the splitter string to /, because it runs a command instead and gives me an error...
For context, I'm making a game, and a mechanic in it is that dirt blocks fall if there isn't a block under them. There was an issue where if the block hits the ground on a button or something then it would disappear completely without dropping itself. I fixed this by setting a tag on the block...