- Joined
- May 18, 2010
- Messages
- 29
I've had issues with this just the other day but threw away what I was fiddling with and ignored it. This problem has cropped up again though and is now causing issues with a more vital piece of functionality.
The particular function that is causing my problem in this case is DialogControlGetPropertyAsBool though its use is indirect. The actual function I am calling is Blizzard's own DialogItemIsEnabled. The function itself takes two parameters, a dialog item and player. I've double checked the values being used and they appear to be valid. Am I missing something obvious?
Here is the error output:
Thanks in advance.
The particular function that is causing my problem in this case is DialogControlGetPropertyAsBool though its use is indirect. The actual function I am calling is Blizzard's own DialogItemIsEnabled. The function itself takes two parameters, a dialog item and player. I've double checked the values being used and they appear to be valid. Am I missing something obvious?
Here is the error output:
00:00:05.75 102 <---- Dialog Item handle (used dialog item)
00:00:05.75 1 <---- Player (triggering player)
00:00:05.75 Trigger Error in 'libMAMI_gt_EventReserachDialogUpgradeUpgradeButtonHighlightedRefund_Func': Could not get 'property' from parameter in 'DialogControlGetPropertyAsBool' (value: 13)
Thanks in advance.