summaryrefslogtreecommitdiff
path: root/far/nodes/(2061,14,1457).lua
blob: 93ddbd1eb2b273933518f7c2d2058e0365117c45 (plain)
1
2
3
4
5
6
7
8
9
F.ttp_station_display({
 lines = {"FAR_E"},
 departure = {},
 station = "Rubbamboo",
 title = "Rubbamboo",
 interval = 15,
 display1 = "d1",
-- display2 = "d2",
})
s="hl kwa">local formspec = "size[11,5.5]bgcolor[#320000b4;true]" .. "label[4.85,1.35;" .. fgettext("You died") .. "]button_exit[4,3;3,0.5;btn_respawn;".. fgettext("Respawn") .."]" core.show_formspec("bultin:death", formspec) end) core.register_on_formspec_input(function(formname, fields) if formname == "bultin:death" then core.send_respawn() end end)