From 0c26ae9252cd3f3f9e76fc2b1fe1acf381de094a Mon Sep 17 00:00:00 2001 From: PreLeyZero Date: Sun, 10 Apr 2022 15:04:21 +0200 Subject: [PATCH] added beacon change channel text --- scripts/gui.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/gui.lua b/scripts/gui.lua index 808e0a1..8215f63 100644 --- a/scripts/gui.lua +++ b/scripts/gui.lua @@ -544,6 +544,8 @@ function gui.on_selected(e) global.ki.beacon[id].channel = global.ki.selectchannel table.insert(global.ki.channel[global.ki.selectchannel].beacons, id) + + player.create_local_flying_text({text="Channel "..tostring(global.ki.selectchannel), position=v.position}) end end