An artist's depiction of an Extended Unit Death
Detecting player name is one of the features of my old EUDGen project. From the program:
Trigger("All Players"){
Conditions:
Memory(-11551, At Least, 1191182336);
Memory(-11551, At Most, 1207959551);
Memory(-11550, Exactly, 1851878727);
Memory(-11549, Exactly, 111);
Actions:
Comment("IF Player 1 has name: GGmano");
}
//-----------------------------EUDGen-----------------------------//
Trigger("All Players"){
Conditions:
Memory(-11542, At Least, 1191182336);
Memory(-11542, At Most, 1207959551);
Memory(-11541, Exactly, 1851878727);
Memory(-11540, Exactly, 111);
Actions:
Comment("IF Player 2 has name: GGmano");
}
//-----------------------------EUDGen-----------------------------//
Trigger("All Players"){
Conditions:
Memory(-11533, At Least, 1191182336);
Memory(-11533, At Most, 1207959551);
Memory(-11532, Exactly, 1851878727);
Memory(-11531, Exactly, 111);
Actions:
Comment("IF Player 3 has name: GGmano");
}
//-----------------------------EUDGen-----------------------------//
Trigger("All Players"){
Conditions:
Memory(-11524, At Least, 1191182336);
Memory(-11524, At Most, 1207959551);
Memory(-11523, Exactly, 1851878727);
Memory(-11522, Exactly, 111);
Actions:
Comment("IF Player 4 has name: GGmano");
}
//-----------------------------EUDGen-----------------------------//
Trigger("All Players"){
Conditions:
Memory(-11515, At Least, 1191182336);
Memory(-11515, At Most, 1207959551);
Memory(-11514, Exactly, 1851878727);
Memory(-11513, Exactly, 111);
Actions:
Comment("IF Player 5 has name: GGmano");
}
//-----------------------------EUDGen-----------------------------//
Trigger("All Players"){
Conditions:
Memory(-11506, At Least, 1191182336);
Memory(-11506, At Most, 1207959551);
Memory(-11505, Exactly, 1851878727);
Memory(-11504, Exactly, 111);
Actions:
Comment("IF Player 6 has name: GGmano");
}
//-----------------------------EUDGen-----------------------------//
Trigger("All Players"){
Conditions:
Memory(-11497, At Least, 1191182336);
Memory(-11497, At Most, 1207959551);
Memory(-11496, Exactly, 1851878727);
Memory(-11495, Exactly, 111);
Actions:
Comment("IF Player 7 has name: GGmano");
}
//-----------------------------EUDGen-----------------------------//
Trigger("All Players"){
Conditions:
Memory(-11488, At Least, 1191182336);
Memory(-11488, At Most, 1207959551);
Memory(-11487, Exactly, 1851878727);
Memory(-11486, Exactly, 111);
Actions:
Comment("IF Player 8 has name: GGmano");
}
//-----------------------------EUDGen-----------------------------//
Keep in mind string detection is case-sensitive.