col_kurtz1979 0 Posted May 22, 2003 Im making a multiplayer map and I want to trigger a hint text that will only be seen by an individual player. ie. myGuy can see the hint text.... but myGuy1, myGuy2 and myGuy3 can't see the hint text. Can anyone help? Share this post Link to post Share on other sites
RED 0 Posted May 23, 2003 <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">?player == myguy1: hint "blah blah blah" RED Share this post Link to post Share on other sites
ralphwiggum 6 Posted May 23, 2003 <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">?(name player == "myGuy") : hint "blah" ? oo much glue..it should not work. Share this post Link to post Share on other sites