universal_dmg_report.hpp 375 B

123456789101112
  1. class Damage_Report
  2. {
  3. displayName = "<t color='#00FF00'>Damage Report :) </t>";
  4. displayNameDefault = "<t color='#00FF00'>Damage Report</t>";
  5. textToolTip = "<t color='#00FF00'>Damage Report</t>";
  6. position = "pilotview";
  7. radius = 10;
  8. priority = 21;
  9. onlyForPlayer = 1;
  10. condition = "(alive this)";
  11. statement = this call macro_fnc_name(add_show_dmg_report);
  12. };