help: cecholink to miniconsole

Post Reply
BeardKingX
Posts: 11
Joined: Fri Feb 15, 2013 6:29 am

help: cecholink to miniconsole

Post by BeardKingX »

Does cecholink not work in miniconsole? I can't manage to change the style from default blue and underlined.
Code: [show] | [select all] lua
minicon = Geyser.MiniConsole:new({
	name="minicon",
	x=0, y=0,
	width=200, height=200,
})
cechoLink("minicon", "<orange>linktext", [[send("Hello")]], "send hello", true)

BeardKingX
Posts: 11
Joined: Fri Feb 15, 2013 6:29 am

Re: help: cecholink to miniconsole

Post by BeardKingX »

This is for sure a bug, you cannot cecholink.

User avatar
SlySven
Posts: 1023
Joined: Mon Mar 04, 2013 3:40 pm
Location: Deepest Wiltshire, UK
Discord: SlySven#2703

Re: help: cecholink to miniconsole

Post by SlySven »

You may be right - I'll take a look but it may be a while before I can get around to it personally I am afraid...

Post Reply