Jump to content

Fully capitalize text from an alias?


Minuos

Recommended Posts

That is unfortunately not possible. If your actor is already defined you can simply make a dummy NPC with their name in Uppercase and use them only in that specific case, though the more performance friendly method is to just type it out the old-fashioned way.

Edited by theblackpixel
Link to comment
Share on other sites

If it wont capitalize its because the engine has stored that string in another capacity and basically reuses it since under the hood its the same string

 

Something that sometimes works is to set a read only string property in a script. Like JOE and have it set to readonly to help ensure its in caps

 

However if this is something in the plugin already, best you can try is doing above with their name, and then in game SetName() to something else then set it back to your read only string

 

If you mean renaming the actual Alias and not the reference... nvm

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...