Quote:
Originally Posted by Jakov_the_Jakovasaur
you need to set the this.items array outside of the gui container[/URL]
|
You still have this problem. And your brackets are still messed up. You have
PHP Code:
function Items.onSelect(temp.i) {
Price.text = this.items[temp.i][1];
}
inside of onCreated.