Hi All,
I have setup a 3D array where the X dimension value defines the monster being killed and the Y dimension determines the quantity currently killed.
The quantity killed is held in a global variable.
I am trying to display the value of the array in my text box by using the following event:
Function - On "KillReport" - KillTextBox - Set text to KillMessages.At(0, GlobalVariable)
This always prints 0, regardless of what the value should state. I was wondering if I was doing something obviously wrong that anyone could correct me on.
Thanks,
DripFedFred