mrbean1112 0 Posted October 16, 2006 Hello, i am trying to figure out how to make one of my Mp player's black out.. i am using a hunger script, as well as a tired script.. blacking/whiting out would be great to have for when the players get tired/hungry... how would i go about doing this to where it only exe's the effects on a certain player? Share this post Link to post Share on other sites
Metal Heart 0 Posted October 16, 2006 Player returns the local player's character. So: ?player == w1 : titlecut ["You don't feel so good...", "black out", 1] Would only black out on the player who is playing w1. Share this post Link to post Share on other sites