I am going to recode the nicknames on Lexia so it displays their nickname and their guild in a certain way. I want to be able to show their nick but not their Guild with it.
PHP Code:
text = player.nick // Then chop off their Guild
Can I use substring to cut out the players Guild and only show their nickname?