Alright well, I've been reading up on these... specifically, this one probably had the most information:
http://www.staredit.net/index.php?showtopi...hl=text+displayNow, with that, according to LegacyWeapon...
"In other words if your name is "greenreaper" on SC then byte 1 will be "g"..."
Now, my b.net name is ReaL2gRanD...
so in that case, to detect my name in the game, I would be looking at an uberation command along the lines of:
TextDisplay(1, 1-4, Exactly, ReaL);
However, the trigger doesnt pick up...
I've tried different possibilities...
TextDisplay(1, 1-4, Exactly, "ReaL");
TextDisplay(1, 1-4, AtLeast, "ReaL");
TextDisplay(1, 1-4, AtLeast, "/0/0Re");
even:
TextDisplay(1, 1-4, AtLeast, "/0/0/0/0");
and nothing whatsoever, none of them pick anything up...
I've added the uberation data files just incase the originals were outdated, and still nothing...
I've also read about the Line 11/Line 1 bug, but every time I run it, I spam it just to make sure I'm covering all the lines... and still, nothing...
The only one variable I can think of, is the fact I just run the map by myself (on bnet) with a computer player... but that shouldn't affect it, should it? (I've also tried one of the above combinations with a human player, but didn't go through either...)
Am I missing something? If I am, perhaps someone could give me the exact code to use for Uberation to detect for the 1st 4 characters of my name?