destroy.lua 352 B

1234567891011121314151617
  1. return {
  2. tag = 'worldBasics',
  3. summary = 'Destroy the World!! Muahaha!',
  4. description = 'Destroy the World!',
  5. arguments = {},
  6. returns = {},
  7. variants = {
  8. {
  9. arguments = {},
  10. returns = {}
  11. }
  12. },
  13. notes = [[
  14. Bad things will happen if you destroy the world and then try to access it or anything that was
  15. in it.
  16. ]]
  17. }