Aller au contenu

Photo

Juggling Variables in a GUI


  • Veuillez vous connecter pour répondre
Aucune réponse à ce sujet

#1
CrawBird

CrawBird
  • Members
  • 9 messages
Hail and Greetings,

I'm working on a custom GUI but I need to export some variables to a script, specifically the "PARTY" variable "MAINHAND_ATTACK_BONUS_STRING" (as seen in XML code such as OnUpdate=UIObject_OnUpdate_GetCharacterData("PARTY","MAINHAND_ATTACK_BONUS_STRING") ).

I do know about UIObject_Misc_ExtractData and UIObject_Misc_ExecuteServerScript but I don't know how to use the former to pull variables from "PARTY".

If anyone can show me how to send specific variables from "PARTY" to a script through a GUI, I would be grateful.