• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

Centering floating text: would it cause desync/bugs between clients with different languages ?

Status
Not open for further replies.
Hello,

If I offset the position of a Floating Text according to the string length, would it cause desync between clients with different langages ?

  • Trigger
    • Events
    • Conditions
    • Actions
      • Custom script: local location udg_LocalTempPoint1
      • Set VariableSet LocalTempPoint1 = (LocalTempPoint offset by ((-7.50 x (Real((Length of (Name of (Last created unit)))))), -50.00))
      • Floating Text - Create floating text that reads (Name of (Last created unit)) at LocalTempPoint1 with Z offset 0.00, using font size 8.00, color (100.00%, 100.00%, 100.00%), and 0.00% transparency
      • Floating Text - Change (Last created floating text): Enable permanence
      • Custom script: call RemoveLocation(udg_LocalTempPoint1)
      • Custom script: set udg_LocalTempPoint1 = null
 
Status
Not open for further replies.
Top