Hey all.
I'm sure I'm not going about this the right way, and it's doing my head in,. Thus I'm turning to you, my clever fellow constructers!
Here's the situation: I'm building a quest system for the game I'm working on. I'd like objects to hold the quest info in their instance variables. On pickup, I want to transfer that data into an array.
Here's how the object part looks:
Here's where things are going pear-shaped.
No matter how I change the method, I can't get this info into the array. I can store it in other variables, but the array part is just not working. Any help? Here's the 'pulling' part:
The disabled ones are other versions of the same thing I tried ... no dice.
Finally, here's the loop which sets the text when the quest ui is open:
It's mainly the middle part. If I could just get the info into the array I'd be good, but for some reason it's just not working. Hjalp?
Ideally I'd like the array to store all the info in rows. Eg: X0=Quest Number, Y0=Quest Name, and then access that later. (Please don't point me to the manual btw, I've read it until my head hurts)! X)
Thank you kindly.
Jimzip