local string s = "texttag message"
// it's better to use the string outside the local block, just to avoid
// a possible string table desync (but personnaly i've never experienced it,
// anyway moar safety can't be bad)
if GetLocalPlayer() == yourSpecificPlayer then
// do your stuff with texttag
endif