Search found 3 matches

by Dedicated
Mon Dec 03, 2012 1:55 am
Forum: Help Forum
Topic: clickable 'who here' miniconsole HELP!
Replies: 5
Views: 5636

Re: clickable 'who here' miniconsole HELP!

does that hold true when Im working with a geyser miniconsole? cause currently Im using:

nameBox:echo( "(" .. v .. ")\n", [[expandAlias("target ]]..v..[[") printTargetWindow()]], "Target " .. v, true, false )

and that works just fine aside from not making the names a link
by Dedicated
Mon Dec 03, 2012 1:47 am
Forum: Help Forum
Topic: clickable 'who here' miniconsole HELP!
Replies: 5
Views: 5636

Re: clickable 'who here' miniconsole HELP!

I tried both, neither work
by Dedicated
Mon Dec 03, 2012 1:34 am
Forum: Help Forum
Topic: clickable 'who here' miniconsole HELP!
Replies: 5
Views: 5636

clickable 'who here' miniconsole HELP!

I have been getting the error:

<[string "peopleHere = peopleHere or {}..."]:30: attempt to call method 'EchoLink' (a nil value)>

what im trying to do is make a 'who here' miniconsole and make anyone appended to that list targeted by clicking on them with this code:

function whoHereAdd ...