How do you delete every instance of a specific element? For example: I have tons of neutrons, but I want them ALL gone in one quick and easy way. Is there a special Lua code or something to do this?
@Summermusic222(View Post) Or, if you prefer lua, do this: tpt.set_property("type", tpt.id.none, "neut") -- not sure if works, no experience with TPT API