temp_info.lua 306 B

12345678910
  1. local esc = minetest.formspec_escape
  2. local info = "Sorry!\n"..
  3. "I broke curtains to fix them. Any curtains you placed in the world will be unknown. "..
  4. "Please contact the admin to get your curtains replaced."
  5. spawn_info_formspec =
  6. 'size[11,6]'..
  7. "textarea[0.5,0.5;10.5,5;;;"..esc(info).."]"