85703 {
85705 {
85706 Main.npc[
realLife].playerInteraction[player] =
true;
85707 }
85708 else
85709 {
85711 }
85712 if (player < 255)
85713 {
85715 {
85716 Main.npc[
realLife].lastInteraction = player;
85717 }
85718 else
85719 {
85721 }
85722 }
85723 }
bool[] playerInteraction
Tracks which T:Terraria.Players have damaged this NPC. Damaging boss minions or other parts of a boss...
int lastInteraction
The F:Terraria.Entity.whoAmI of the T:Terraria.Player that last damaged this NPC. Used to award Banne...
int realLife
Stores the index (the F:Terraria.Entity.whoAmI) of a single NPC. This NPC will then share a health po...