Dictionary; Player_Ships - HWRM/KarosGraveyard GitHub Wiki

Player_Ships

The name of a SobGroup, always followed by the index number of a Player, containing all the active (i.e., not docked or in hyperspace) ships belonging to that player. The syntax is always:

Player_Ships<index>

For example, we could set the HP of all player 0's ships to 50%:

SobGroup_SetHealth("Player_Ships0", 0.5);
⚠️ **GitHub.com Fallback** ⚠️