Hello everyone! So, I am having an issue with my hudmessage script. When the text comes to the end of the first line it waits a bit and then continues onwards. I want it to smoothly type out the text without any waiting.
Script:
#include "zcommon.acs"
SCRIPT 1 ENTER
{
SetHudSize(320, 240, TRUE);
SetHudClipRect(80, 60, 160, 120, 160);
HudMessage(s:"I am rather looking forward to this analysis, aren't you? Do you know who ate all the donuts? Oh my God...we're doomed!"; HUDMSG_TYPEON, 1, CR_WHITE, 160.00, 120.00, 10.0, 0.04, 0.0);
}
Question
gigafartz
Hello everyone! So, I am having an issue with my hudmessage script. When the text comes to the end of the first line it waits a bit and then continues onwards. I want it to smoothly type out the text without any waiting.
Script:
#include "zcommon.acs" SCRIPT 1 ENTER { SetHudSize(320, 240, TRUE); SetHudClipRect(80, 60, 160, 120, 160); HudMessage(s:"I am rather looking forward to this analysis, aren't you? Do you know who ate all the donuts? Oh my God...we're doomed!"; HUDMSG_TYPEON, 1, CR_WHITE, 160.00, 120.00, 10.0, 0.04, 0.0); }
Video demonstration:
Any help would be much appreciated!
Edited by gigafartzfixed video
Share this post
Link to post
0 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.