thanks!
I want to add the bless effect, so when you upgrade your bless to -1 to show Aegis1 effect, -3 to show Aegis2 effect, -5 to show Aegis3 effect and -7 to show Aegis4 effect.
I do like this...
Code:
_String str = new _String(true);
str.TextsCount = 1;
str.Type = _String.Effect;
str.Texts.Add("Aegis4");
[COLOR="Red"][B]Entity.Owner.Screen.SendScreen(str, true);[/B][/COLOR]






