#Entity Score Below Name

1 messages · Page 1 of 1 (latest)

lyric frigate
#

Trying to display the entity score below its name but is no longer working after 1.20. It just shows as 0.

#

Should I show a_entity?

#

@faint mirage there

faint mirage
#

wheres the nameTag part

lyric frigate
faint mirage
#

what the entity nameTag looks like?

lyric frigate
#

multiple information is shown, cannot really show it right now

#

But the score part is 0 when the entity has for example, 300

faint mirage
#

idk how you do m_array.sortHash

#

u can check that ig

lyric frigate
faint mirage
#

sorry, but idk how that visually plays out

#

but u can test the raw tags of the entity

lyric frigate
#

I did

#

however, the problem is not the information not being correctly displayed, is that the current score does not displays below the entitiy name, everything else does

faint mirage
#

me when

#

xd

lyric frigate
#

What 😂

tardy hollowBOT
#
Debug Result

There are 9 errors in this [code](#1121574410973888713 message):

onHurtEvent.js:2:26 - error TS2307: Cannot find module '../modules/m_system' or its corresponding type declarations.

2 import { m_system } from "../modules/m_system";
                           ~~~~~~~~~~~~~~~~~~~~~

``````ansi
onHurtEvent.js:3:32 - error TS2307: Cannot find module '../items/itemDurability' or its corresponding type declarations.

3 import { itemDurability } from "../items/itemDurability";
                                 ~~~~~~~~~~~~~~~~~~~~~~~~~

``````ansi
onHurtEvent.js:4:29 - error TS2307: Cannot find module '../entities/hurtCommand' or its corresponding type declarations.

4 import { hurtCommand } from "../entities/hurtCommand";
                              ~~~~~~~~~~~~~~~~~~~~~~~~~

``````ansi
onHurtEvent.js:5:27 - error TS2307: Cannot find module '../items/itemLevel' or its corresponding type declarations.

5 import { itemLevel } from "../items/itemLevel"
                            ~~~~~~~~~~~~~~~~~~~~

``````ansi
onHurtEvent.js:6:29 - error TS2307: Cannot find module '../scores/healthScore' or its corresponding type declarations.

6 import { healthScore } from "../scores/healthScore"
                              ~~~~~~~~~~~~~~~~~~~~~~~

``````ansi
onHurtEvent.js:7:29 - error TS2307: Cannot find module '../configs/onHurtEvent.config' or its corresponding type declarations.

7 import { ONHURTEVENT } from "../configs/onHurtEvent.config"
                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

``````ansi
onHurtEvent.js:8:25 - error TS2307: Cannot find module '../modules/a_world' or its corresponding type declarations.

8 import { a_world } from "../modules/a_world";
                          ~~~~~~~~~~~~~~~~~~~~

``````ansi
onHurtEvent.js:9:26 - error TS2307: Cannot find module '../modules/a_entity' or its corresponding type declarations.

9 import { a_entity } from "../modules/a_entity";
                           ~~~~~~~~~~~~~~~~~~~~~

``````ansi
onHurtEvent.js:25:12 - error TS2552: Cannot find name 'EntityHurtEvent'. Did you mean 'ONHURTEVENT'?

25  * @param {EntityHurtEvent} hurtData
              ~~~~~~~~~~~~~~~

lyric frigate
#

Bump