Integrated Dynamics

Integrated Dynamics

63M Downloads

Display name/Display output

acoolghuy opened this issue · 4 comments

commented
  • ❓ Question

Short description:

Cant find name to compare with.
EXAMPLE:
My username is acoolguy yet when i look at the entitie name it says acoolguy (asdfg...) and theerfore i cant create a string for my name so i can compare if the entitie in front of the entitie reader is me or someone else to trigger a action.

Steps to reproduce the problem:

I( don't know how to recreate this situation.


Versions:

Exact versions of the following mods, not just latest.

  • This mod:
  • CyclopsCore-1.12.2-0.11.2
  • Minecraft: 1.12.2
  • Forge: 1.12.2-14.23.1.2604
commented

Have a look at the unique_name operator, that allows you to do what you need.

commented

Ok thanks and how do i get the unique_name to a string to compare it to so if i am in front of a entity reader it will output true and if i am not in front of a entity reader it will output false?

commented

That may be incorrect then, will have a look at it.

commented

When I call Unique Name on myself, I get my UUID followed by "(null)". This doesn't seem correct/useful.