Hi, guys.
I've been involved in a problem about my project recently. There are some human models in my scene and they are created by the same MDL file. I want to add something on or near their bodies to specify them such as A,B,C... There are some solutions in my mind, that are:
1) use some PCX files, each pics show one letter(have to put it in a proper position in advance in WED);
2) use the letters in the Prefab of WED (more wonderful effect,however it occupies more memories)
3) use MDL or something like that.
Moreover, it's better that these letters could be added at runtime in lite-c script(rather than put them one by one in WED). For example, there could write some code in script that initials and places the letters for all persons just after the command of WMB loaded(level_load("**.wmb")).
Do anyone have some ideas about this? Please say out if not understand what I mean. Thanks so much!!!