I've got an serious problem. I want to display on label text which is an character variable (string, but one of he's properties)
Please help.
string buffer;
GetCharacterPropertyText(EGO, "Property", buffer);
SetLabelText(GUI, LABEL, buffer);
(Obviously set what chracter, property, GUI and LABEL you want).
As for where you put it, that would depend how you want it to behave.