ID:167069
![]() May 5 2006, 3:39 pm
|
|
I should know how to do this and it probably isn't very hard but I'm in a hurry to get it done. All I want to do is assign characters a short name(the first 4 letters in their name) that I can use for certain displays in the game.
|
Copyright © 2025 BYOND Software.
All rights reserved.
var/short_name = copytext(name, 1, 4)
~~> Unknown Person