Use this. Just concatenate it next to the text you want to see it. It might not appear perfectly though, I don't think theres a way to set the x,y offsets, so it doesn't won't always appear as desired.
Example:
strings=xi("Assets\\Textures\\blank.dds",32,32)+" This is an image in a text."
What this should do when applied to a text tag, is create a 32x32 blank image with the text "This is an image in a text." next to it.
This function returns a string, remember that if you want it as text, you need to cast it with Text to String
If you want an easy way to look for images, Kueken mentioned to me that its easier to browse through the available .dds images with the data editor. Particularly button data types, and their faces.
I'm wondering how to create a floating icon next to the damage amount that's the icon of the damaging effect. How do I?
Thanks, admielke "Lablamb"
@admielke: Go
Sorry.. Its another custom script. :|
Use this. Just concatenate it next to the text you want to see it. It might not appear perfectly though, I don't think theres a way to set the x,y offsets, so it doesn't won't always appear as desired.
Example:
What this should do when applied to a text tag, is create a 32x32 blank image with the text "This is an image in a text." next to it.
This function returns a string, remember that if you want it as text, you need to cast it with Text to String
If you want an easy way to look for images, Kueken mentioned to me that its easier to browse through the available .dds images with the data editor. Particularly button data types, and their faces.