Outside of punishment appeals, these forums have been archived.
We hope to see you on our Discord instead!
Discord has a minimum age, found here. You may need to wait, or ask a parent to handle tickets for you.
You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
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...