- Joined
- Oct 2, 2011
- Messages
- 2,490
[SOLVED] Dialog Custom Script
Hi!
I have a custom inventory that can be viewed with a dialog.
I'm using this dialog hotkey custom script.
I have tried to add "(String(udg_TextInventory[1]))" there but it fails to refer to the variable in game.
Is this possible to fix?
Thanks in advance!
Hi!
I have a custom inventory that can be viewed with a dialog.
I'm using this dialog hotkey custom script.
-
set bj_lastCreatedButton = DialogAddButton(udg_Dialog, "|cffffffff[|r|cffffcc001|r|cffffffff]|rXXXXX", '1')
I have tried to add "(String(udg_TextInventory[1]))" there but it fails to refer to the variable in game.
Is this possible to fix?
Thanks in advance!
Last edited: