Problems on syntaxys for creating a HUD
Posted: Sun Jul 25, 2004 9:10 am
I wanted to make into HUD a info target indicator for dont needed to use a createds UI because i dont know XML code and its hard to me.
Well first of all i evaluate that each type of target must get diferent info, then for display some target info first will be consider what type of target its, then i must use ${Target.Type} and i want 4 valors, NPC, PC, Pet and Corpse.
The problem is in syntaxys i dont know how to make it.
i used
But seems that is not correct use for If sentence...
I only used If for Bool variables, dont know how to use it on String one.
Thanks
----------------------------------------------
A person who wants to learn about MQ
Well first of all i evaluate that each type of target must get diferent info, then for display some target info first will be consider what type of target its, then i must use ${Target.Type} and i want 4 valors, NPC, PC, Pet and Corpse.
The problem is in syntaxys i dont know how to make it.
i used
Code: Select all
${If[${Target.Type},PC,(then here shows PCinfo),}]
I only used If for Bool variables, dont know how to use it on String one.
Thanks
----------------------------------------------
A person who wants to learn about MQ