Forum Discussion
1 Reply
Sort By
- RionaMenezesCommunity Member
Hi Matthew, thanks for the swift reply. I have so far only managed to get the character count to work if a button is pressed using this bit of Javascript:
let player = GetPlayer()
let text1 = player.GetVar("TextEntry")
let count1 = text1.length
player.SetVar("CharLength",count1)I'm a bit new to SL and not familiar with coding, admittedly the method above has flown straight over my head.