Hello lads,
I'm looking for a way to replicate the critical announcement functioning and use it with other colors, make announcements without name and : .
I already tried this for example:
toAllOnlinePlayers(new CreatureSay(0, Say2.PARTYROOM_COMMANDER, "", "Hello"));
But it's like ": Hello", is there a way to create a new type of announcement to work like CRITICAL_ANNOUNCE?
toAllOnlinePlayers(new CreatureSay(0, (critical) ? Say2.CRITICAL_ANNOUNCE : Say2.ANNOUNCEMENT, "", text));
I'm looking at the Critical Announcement code and as I can see there is also String charName, it's empty and it's not used.
Is it possible or it's client side thingy for colors/formation of the say2 types?
Thanks,
George