Jamoose 0 Posted August 10, 2008 How do I make the player's user name appear on a simple title text? For example, I would have one person say (in titletext) to the player, "Hey how are you doing, X?", X being the player's user name. Thanks, Jamoose Share this post Link to post Share on other sites
dachevs 1 Posted August 18, 2008 unit1 addaction ["Say Hello", "Hello.sqs"]; hello.sqs <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE"> _unit = _this select 0 titleText [format["Hello, How are you %1?", _unit], "Plain"] exit Share this post Link to post Share on other sites
Jamoose 0 Posted August 27, 2008 Sorry for extremely late reply, but thank you!! Share this post Link to post Share on other sites
dachevs 1 Posted September 3, 2008 hehe no problem. Share this post Link to post Share on other sites