Hello People... Does anyone know how I can make a script that targets a champion to say something. that get's a champions name and then prints that name followed by the sentence?
Thanks in advance
getting a champion to say a line of text
Re: getting a champion to say a line of text
Code: Select all
hudPrint(party.party:getChampion(x):getName() .. ": message you want the champion to say in quotes here" )
Where x is the index of the champion by location according to
1 2
3 4
Re: getting a champion to say a line of text
are you able somehow make text to appear for example in the top of the screen instead in the bottom ?Jgwman wrote:In a lua script function called by whatever event you want to trigger it.Code: Select all
hudPrint(party.party:getChampion(x):getName() .. ": message you want the champion to say in quotes here" )
Where x is the index of the champion by location according to
1 2
3 4
Re: getting a champion to say a line of text
Not that we know of yet, but obviously the scripting reference isn't out yet.
Re: getting a champion to say a line of text
dont know how to do that. Do you by now?
Re: getting a champion to say a line of text
You could always set it up with GUI text, a ton more work, but almost anything becomes possible
Finished Dungeons - complete mods to play