I was able to get around the problem with CustomPortraitPlacement and Offset
. Thank you so much.

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts MenuQuote from: Crimson Wizard on Thu 05/05/2016 18:16:53
With "SayAt" function you directly control the speech text position (X,Y and Width). So it overlaps probably because the width is too big. Try reducing width (third parameter), or just using "Say" function that is supposed to handle text position automatically.
cTwo.SayAt(10,110,180, "The message I'd like to say");
cOne.SayAt(10,10,280, "The message I'd like to say");
cTwo.SayAt(10,110,280, "The message I'd like to say");
By continuing to use this site you agree to the use of cookies. Please visit this page to see exactly how we use these.
Page created in 0.039 seconds with 13 queries.