ive looked around, and it would seem no1 else has had this problem before.
the situation is thus: as a/the player (single/multi) enters a trigger, i want a warning message saying the road ahead is trapped. this is what i have so far.
in the trigger [thislist select 0] exec "btrap.sqs"
then in the script
_man = _this select 0
hint format ["Be warned, %1, the area ahead is booby trapped. Kill the officer!",_man]
And its fine, except what i see is
"Be warned, West Golf Black: 1, the area......."
now these players are named, but obviously the game insists on calling them by their proper names.
to cut the already long story short, any way to make it display a players name, instead of e.g. West Golf Black: 1
thanks in advance
dave